The Unsupervised DAVIS Challenge on Video Object Segmentation @ CVPR 2020 Forum

Go back to competition Back to thread list Post in this thread

> When I upload the zip file, the following error is prompted

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.

0%| | 0/30 [00:00
metrics_res = dataset_eval.evaluate(submission_path, debug=debug)
File "/tmp/codalab/tmpolPlTB/run/program/davis2017/evaluation.py", line 86, in evaluate
all_res_masks = results.read_masks(seq, all_masks_id)
File "/tmp/codalab/tmpolPlTB/run/program/davis2017/results.py", line 28, in read_masks
tmp = np.ones((num_objects, *masks.shape))
File "/.pyenv/versions/anaconda3-2018.12/lib/python3.7/site-packages/numpy/core/numeric.py", line 203, in ones
a = empty(shape, dtype, order)
MemoryError
Exception ignored in:
Traceback (most recent call last):
File "/.pyenv/versions/anaconda3-2018.12/lib/python3.7/site-packages/tqdm/_tqdm.py", line 931, in __del__
self.close()
File "/.pyenv/versions/anaconda3-2018.12/lib/python3.7/site-packages/tqdm/_tqdm.py", line 1133, in close
self._decr_instances(self)
File "/.pyenv/versions/anaconda3-2018.12/lib/python3.7/site-packages/tqdm/_tqdm.py", line 496, in _decr_instances
cls.monitor.exit()
File "/.pyenv/versions/anaconda3-2018.12/lib/python3.7/site-packages/tqdm/_monitor.py", line 52, in exit
self.join()
File "/.pyenv/versions/anaconda3-2018.12/lib/python3.7/threading.py", line 1029, in join
raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread

Posted by: lily0211 @ Oct. 20, 2021, 5:03 p.m.

Hello,

That error has already occurred in the past in Codalab: https://competitions.codalab.org/forums/17238/4671/
It is usually a problem of the Codalab platform so I would try submitting again your results.

Let us know if you are still experiencing problem.

Best,
Sergi Caelles

Posted by: scaelles @ Oct. 24, 2021, 1:07 p.m.
Post in this thread