You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was evaluating a pre-trained model UCSDped2 using the command python test.py --cfg config/ped2_wresnet.yaml --model-file ped2.pth. After the 12 ephocs, I had this error AssertionError: Ground truth has 2012 frames, BUT got 1962 detected frames!. I have downloaded the ped2.pth and ped2.mat files correctly. Do you know how to solve this? Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I was evaluating a pre-trained model UCSDped2 using the command
python test.py --cfg config/ped2_wresnet.yaml --model-file ped2.pth
. After the 12 ephocs, I had this errorAssertionError: Ground truth has 2012 frames, BUT got 1962 detected frames!
. I have downloaded theped2.pth
andped2.mat
files correctly. Do you know how to solve this? Thank you.The text was updated successfully, but these errors were encountered: