Along with the notebook, we are also releasing the starter codes in both keras (using matterport maskrcnn) and pytorch (using mmdetection). Also, these starter codes have the submission format required to make a successful submission to AICrowd.
hey @nikhil_rayaprolu ,
I tried to clone your repo and submit. It fails to build the docker image and is throwing the following error:
[91m ERROR: Command errored out with exit status 1:
command: /opt/conda/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/mmdetection/setup.py'"'"'; __file__='"'"'/mmdetection/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info
cwd: /mmdetection/
Complete output (8 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/mmdetection/setup.py", line 171, in <module>
sources=['src/compiling_info.cpp']),
File "/mmdetection/setup.py", line 101, in make_cuda_ext
raise EnvironmentError('CUDA is required to compile MMDetection!')
OSError: CUDA is required to compile MMDetection!
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'
----------------------------------------
e[0me[91mERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
e[0mRemoving intermediate container 33d43e41331b
The command '/bin/sh -c pip install --no-cache-dir -e .' returned a non-zero code: 1The command '/bin/sh -c pip install --no-cache-dir -e .' returned a non-zero code: 1
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/aicrowd-sourcerer/lib/python3.6/site-packages/repo2docker/__main__.py", line 354, in main
r2d.start()
File "/home/ubuntu/anaconda3/envs/aicrowd-sourcerer/lib/python3.6/site-packages/repo2docker/app.py", line 714, in start
self.build()
File "/home/ubuntu/anaconda3/envs/aicrowd-sourcerer/lib/python3.6/site-packages/repo2docker/app.py", line 700, in build
raise docker.errors.BuildError(l["error"], build_log="")
docker.errors.BuildError: The command '/bin/sh -c pip install --no-cache-dir -e .' returned a non-zero code: 1
Thanks for notifying about it. The Dockerfile for the baseline was dependent on https://github.com/open-mmlab/mmdetection repository’s master branch which is broken right now. We have updated the baseline repository point to a stable release version now.
HI @joao_schapke, please use git lfs clone <repo> / git lfs pull command in your above repository as Nikhil also mentioned. Do let us know how it goes and if the problem continues.