Skip to content
New issue

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

no visualization effect but only original image #8

Open
Light-- opened this issue Feb 17, 2022 · 1 comment
Open

no visualization effect but only original image #8

Light-- opened this issue Feb 17, 2022 · 1 comment

Comments

@Light--
Copy link

Light-- commented Feb 17, 2022

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

image

not as expected

@ndinhtuan
Copy link

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants