PF-Track icon indicating copy to clipboard operation
PF-Track copied to clipboard

nuscenes_dataset

Open hibernationT opened this issue 2 years ago • 1 comments

Hello, I ran into a problem while running the test_tracking using "python tools/test_tracking.py projects/configs/tracking/petr/f3_q500_800x320.py ./work_dir/f3_petr_800x320/final.pth --jsonfile_prefix ./work_dir/f3_petr_800x320/results --eval bbox". The problem is "RuntimeError: Expected 4-dimensional input for 4-dimensional weight [64, 3, 3, 3], but got 6-dimensional input of size [1, 1, 6, 3, 320, 800] instead".Looking forward to your answer,thank you. issue

hibernationT avatar Apr 01 '24 10:04 hibernationT

@hibernationT Thanks for your question! It is unfortunate that I don't have GPU resources to run PF-Track right now. So I might request more information from you to debug. As a beginning, could you check the following things:

  • I seems your environment does not have a cuda, is this related?
  • The shape of the input image sounds weird, and the other hasn't experienced this problem before. If you haven't changed anything to the code, could you check if the input image has the shape consistent with this line link?

ziqipang avatar Apr 02 '24 15:04 ziqipang