rasmushaugaard / surfemb

SurfEmb (CVPR 2022)
https://surfemb.github.io/
MIT License
77 stars 17 forks source link

bug in pose/surfemb/surfemb/scripts/misc/render_poses.py #6

Closed cats0212 closed 2 years ago

cats0212 commented 2 years ago

python -m surfemb.scripts.misc.render_poses ycbv /home/aa/prjs/pose/surfemb/data/results/ycbv-jwpvdij1-poses.npy,but image.thank you

cats0212 commented 2 years ago

Since I am using a server that cannot use cv2.imshow, if I save the image with cv2.imwrite, the img will be all black and if I add "render_vis = render_vis[...] * 255" in line 114,it will right.