youtubevos / MaskTrackRCNN

MaskTrackRCNN for video instance segmentation based on mmdetection
Apache License 2.0
431 stars 75 forks source link

testing error #63

Closed zwq456 closed 1 month ago

zwq456 commented 1 month ago

When I submit my json file to 'The 3nd Large-scale Video Object Segmentation Challenge - Track 2: Video Instance Segmentation', I encounter the following error:

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
  Running command git clone -q https://github.com/youtubevos/cocoapi.git /tmp/pip-install-2c2glxke/pycocotools
  fatal: unable to access 'https://github.com/youtubevos/cocoapi.git/': Failed to connect to github.com port 443: Connection timed out
ERROR: Command "git clone -q https://github.com/youtubevos/cocoapi.git /tmp/pip-install-2c2glxke/pycocotools" failed with error code 128 in None
Traceback (most recent call last):
  File "/tmp/codalab/tmpGx9DyP/run/program/evaluate.py", line 8, in <module>
    install("git+https://github.com/youtubevos/cocoapi.git#\"egg=pycocotools&subdirectory=PythonAPI\"")
  File "/tmp/codalab/tmpGx9DyP/run/program/evaluate.py", line 6, in install
    subprocess.check_call("pip install " + package, shell=True)
  File "/opt/conda/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'pip install git+https://github.com/youtubevos/cocoapi.git#"egg=pycocotools&subdirectory=PythonAPI"' returned non-zero exit status 1.

I have tried many times, and the results are always like this.