(Apologies on the sort of duplicate post, accidentally posted this in the segmentation section of the challenge, meant to post it here).
I was testing the system out to see if I could submit the default submission but I am getting an import error:
Traceback (most recent call last):
File "setup.py", line 2, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
Traceback (most recent call last):
File "/codalabtemp/tmpOsh30B/run/program/run.py", line 45, in
from pycocotools.coco import COCO
File "/codalabtemp/tmpOsh30B/run/program/pycocotools/coco.py", line 58, in
import mask
File "/codalabtemp/tmpOsh30B/run/program/pycocotools/mask.py", line 3, in
import pycocotools._mask as _mask
ImportError: No module named _mask
Anyone else seeing this?
My file was named results.zip, and contained one json file (one of the ones provided in the github as a sample -- named instances_val2014_fakebbox100_results.json) which was renamed:
detections_test-dev2015_testalg_results.json
I was hoping for an index error or something since they are different sets but I got an import error which makes me think no submission will work (?).
Thanks,
Daniel.