MoonBlvd / tad-IROS2019

Code of the Unsupervised Traffic Accident Detection paper in Pytorch.
MIT License
164 stars 39 forks source link

Does the train_fol.py script require the lengths of bbox and ego_motion to be the same in order to run properly? #45

Open johook opened 1 year ago

johook commented 1 year ago

First of all, thank you for your hard work. I want to learn a model from my personal data set. To do this, we want to create pkl files for bbox, flow, and ego_motion to learn EgoRNNED, FolRNNED models through train_fol.py. By the way, does the model run only when the length of the bbox is equal to the length of ego_motion? If so, how do you set up a bbox if you have one ego_motion in one frame but recognize multiple objects in one frame? The following error occurs when the bbox is longer than the length of ego_motion.

Please reply. Thank you! Screenshot from 2023-07-11 01-34-28