You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for your code. I was trying out the monocular pipeline using your code and so wanted to know if I could use the pre-trained AVOD weights you have mentioned could be used in monocular case as well, just as mentioned in your avod_pl repository or I would need to train the AVOD model separately for the outputs from monocular depth and pseudo-lidar?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @Pari-singh . Thanks for your interest. The pretrained model in avod_pl repo is trained on stereo data. I suggest that you train a new AVOD for your monocular depth. You can use the code in ./proprecess to project monocular depth to pseudo-lidar point cloud. Then use avod_pl to train it.
Hi @mileyan,
Thanks a lot for your code. I was trying out the monocular pipeline using your code and so wanted to know if I could use the pre-trained AVOD weights you have mentioned could be used in monocular case as well, just as mentioned in your avod_pl repository or I would need to train the AVOD model separately for the outputs from monocular depth and pseudo-lidar?
Thanks
The text was updated successfully, but these errors were encountered: