Closed taeyeopl closed 4 years ago
Hi,
I was wondering if you were able to run evaluation? I ran the same command, however, I face this error.
ValueError: The output file must be a pkl file.
It seems that your checkpoint file, too, is a .pth
. Did you face this issue? If so, how did you resolve this?
Hi,
I was wondering if you were able to run evaluation? I ran the same command, however, I face this error.
ValueError: The output file must be a pkl file.
It seems that your checkpoint file, too, is a
.pth
. Did you face this issue? If so, how did you resolve this?
@anirudh-chakravarthy Have you solved this problem?
Hi,
Yes, I was able to solve this issue. You should use the following format for running evaluation:
python3 tools/test_video.py configs/masktrack_rcnn_r50_fpn_1x_youtubevos.py [MODEL_PATH] --out results.pkl --eval segm
Hi, thank you for sharing good works.
I tried this command, but could not solved. pip install git+https://github.com/youtubevos/cocoapi.git#"egg=pycocotools&subdirectory=PythonAPI"
Could you advise how to handle this??