Error occurs when trying to train Object Detection with COCO datasets #2026
Unanswered
FirokOtaku
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You need to use Also, the model you are using in your code is a semantic segmentation model, not an object detection model. You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to train a Object Detection model with COCO dataset. I created a training config
train-coco.py
following documents here. Most code were copy from document and were replaced originalLearner
/Dataset
/LearnerConfig
/... withObjectDetection
ones.That raises error when instantiate
ObjectDetectionLearnerConfig
:I don't quite understand where things went wrong. Am I using wrong APIs?
Beta Was this translation helpful? Give feedback.
All reactions