tusharsangam / TransVisDrone

MIT License
29 stars 3 forks source link

what is the “video_root_path”? #5

Open ghost opened 11 months ago

ghost commented 11 months ago

Hi! Thank you for your contribution. I encountered an error while running the train.py file. Do you know how to solve this problem? image The code I used is as follows. I'm looking forward to your reply! image

reza-shahriari commented 9 months ago

same issue

Yipzcc commented 9 months ago

If you use the NPS dataset, I know how to solve it. In the YAML which contains the labels and image paths, also have the video_root_path.

Put the train/val/test videos in each path and the code will count the number of frames in each video. The number of frames in each video seems to be used in the training process.