Closed HenryJunW closed 4 years ago
Hi, yes, that is a typo and should have been fixed in my original repo on Github instead of that on MERL (although my original repo was removed ...). And I also provide pre-trained models:
train_multi_seq.py
can be downloaded from Google Drive or Dropboxtrain_multi_seq_MGDA.py
can be downloaded from Google Drive or DropboxThe training usually takes less than one day on a single RTX 2080 Ti GPU.
Thanks for your instant response. Appreciate it.
Impressive work.
When I tried to train the model without using spatio-temporal consistency losses from scratch, I found out that the training dataset cannot be imported successfully. It turned out that there is a typo in the line 171 of MotionNet/data/nuscenes_dataloader.py 'os.path.isfile(os.path.join(self.dataset_root, d))]', which is supposed to be 'os.path.isdir(os.path.join(self.dataset_root, d))]'.
BTW, it would be very helpful if you can provide a pre-trained single-seq model. In addition, how long does it take to train the model?