RTS3D
RTS3D copied to clipboard
RTS3D: Real-time Stereo 3D Detection from 4D Feature-Consistency Embedding Space for Autonomous Driving
what is annotations and mono results? which kitti dataset belongs to those? That is clearly not labels. then what is annotations? Can you give more specific data set name/link to...
when i run command ``` python ./src/tools/kitti-object-eval-python/evaluate.py evaluate --label_path=./kitti_format/data/kitti/label/ --label_split_file ./ImageSets/val.txt --current_class=0,1,2 --coco=False --result_path=./kitti_format/exp/results/data/ ``` it's useless and i got a error  and i add --gpus 0 also useless,...
For the actual images, The results of RTM3D are better than those of RTS3D. why?
what is mono_results?What should be in the folder?
# Set up comprehensive Python testing infrastructure ## Summary This PR establishes a complete testing infrastructure for the RTS3D project, providing developers with a ready-to-use environment for writing and running...
I trying to use this code for real-time stereo 3D object detection. and I have met problems: 1. First these RTS3D and RTM3D which generate monocular 3D object detection for...