Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uavid AssertionError: Prediction incomplete, cannot find prediction #3486

Open
xrr20001218 opened this issue May 13, 2024 · 1 comment
Open

Comments

@xrr20001218
Copy link

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
/opt/conda/lib/python3.9/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/codalab/tmp2Dy79i/run/program/addToConfusionMatrix.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
In file included from /opt/conda/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
from /opt/conda/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /opt/conda/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5,
from ./program/addToConfusionMatrix.c:716:
/opt/conda/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with "
| ^~~~~~~
Traceback (most recent call last):
File "/tmp/codalab/tmp2Dy79i/run/program/evaluate.py", line 29, in
IOUs, mIOU, acc = evaluateFromDirectories(truth_dir, submit_dir)
File "/tmp/codalab/tmp2Dy79i/run/program/evaluate_dir.py", line 120, in evaluateFromDirectories
cm = getConfusionMatrixfromDirectory(gt_home, pred_home)
File "/tmp/codalab/tmp2Dy79i/run/program/evaluate_dir.py", line 100, in getConfusionMatrixfromDirectory
assert osp.exists(pred_path), 'Prediction incomplete, cannot find prediction: %s'%(pred_path)
AssertionError: Prediction incomplete, cannot find prediction: /tmp/codalab/tmp2Dy79i/run/input/res/seq21/Labels/000600.png

my prediction is complete,how to solve it

@Didayolo
Copy link
Collaborator

  • How are you sure your submission is complete?
  • Do other participants have the same problem?
  • Is there a baseline submission that works?
  • Did it work in the past?
  • Have you reported the problem to the competition organizers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants