TubeTK icon indicating copy to clipboard operation
TubeTK copied to clipboard

evaluating model after training

Open Mohammed-Abouzid opened this issue 4 years ago • 0 comments

When I try to evaluate the original TubeTK model, it's ok and I get results. However, when I try to evaluate the same model after I have trained(whether with 1 epoch or more), I get this error shown in the following picture. I run the evaluation using the command stated on your repo: python launch.py --nproc_per 1 --training_script evaluate.py --batch_size 3 --config configs/TubeTK_resnet_50_FPN_8frame_1stride.yaml --trainOrTest train

error when evaluating trained model_2

Any idea/solution, please?

Mohammed-Abouzid avatar Jan 21 '21 21:01 Mohammed-Abouzid