We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after run:
python src/faster.py --demo /home/kitti/testing/image_2 --calib_dir /home/kitti/testing/calib --load_model trainval_model_batch16_gpu2_200epoch_pc48_adaptivekp_rightaug.pth --gpus 0 --arch dla_34 --num_joints 57 --sample_pc 48 --vis
i only got empty white bev and original image
not as expected
The text was updated successfully, but these errors were encountered:
Hi, I also tried to visualize it by myself and find the way like this: You can add this line :
debugger.save_detection_img(bbox, self.image_path, self.opt, calib, img_id='car_pose')
in the function show_results(self, debugger, image, results, calib) of pytorch/src/lib/detectors/auto_shape.py file. Like this:
Sorry, something went wrong.
No branches or pull requests
after run:
i only got empty white bev and original image
not as expected
The text was updated successfully, but these errors were encountered: