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
mmmm yeah, but the depth network(AnyNet) is trained on KITTI Stereo dataset, and the 3d detection network (SFA3D) is trained on the generated dataset from the depth network
you can try the full pipeline on your custom stereo data, if you had a bad accuracy I think you will have to train both depth & 3d detection networks on your own data (the training code is available you just need to convert the format of your dataset to KITTI dataset format)
mmmm yeah, but the depth network(AnyNet) is trained on KITTI Stereo dataset, and the 3d detection network (SFA3D) is trained on the generated dataset from the depth network
you can try the full pipeline on your custom stereo data, if you had a bad accuracy I think you will have to train both depth & 3d detection networks on your own data (the training code is available you just need to convert the format of your dataset to KITTI dataset format)
Hello, thank you for your excellent work. If I understand correctly, the SFA3D checkpoint you provided in the repo was trained on the pseudo lidar generated by AnyNet rather than real lidar data, right?
is this repo available to use it for custom dataset application?
The text was updated successfully, but these errors were encountered: