mscoco Questions
6
Solved
It seems the COCO PythonAPI only support python2. But peoples do use it in python3 environment.
I tried possible methods to install it, like
python3 setup.py build_ext --inplace
python3 setup.py...
2
Solved
I'm using the python coco api to run evaluation for object detection. I have two files, a ground truth json, and a results json. The coco notebook demo only shows running eval for all classes. How ...
Acme asked 21/5, 2019 at 23:1
4
How to create a MS COCO style dataset to use with TensorFlow? Does anyone have an experience with this? I have images, and annotations, as well as ground truth masks. I need to convert them to be c...
Adhibit asked 7/8, 2017 at 10:54
2
Solved
I started using the cocoapi to evaluate a model trained using the Object Detection API.
After reading various sources that explain mean average precision (mAP) and recall, I am confused with the "m...
Mendenhall asked 16/10, 2018 at 15:47
2
Now I'm reproducing the Mask R-CNN(Instance segmentation task.)
I can't figure out how to use the MS COCO test dataset.
There exists 'instances_train2014', 'instances_val2014' which have specifi...
Odetteodeum asked 21/1, 2018 at 16:25
1
© 2022 - 2024 — McMap. All rights reserved.