tad-IROS2019 icon indicating copy to clipboard operation
tad-IROS2019 copied to clipboard

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

Open johook opened this issue 2 years ago • 0 comments

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

johook avatar Jul 10 '23 16:07 johook