robot.html doesn't show image for each camera in render, does this mean the demo didn't work?
hadillivvy opened this issue · 1 comments
hadillivvy commented
I ran the following in the terminal and the script finished with no errors and the output is a robot.html:
python relpose/demo.py --image_dir examples/robot/images \ --mask_dir examples/robot/masks --output_path robot.html
When I open the robot.html in the browser, I see a number of cameras but there's no image associated with each one. Is this normal?
jasonyzhang commented
You should be able to see the original images, similar to here: https://amyxlase.github.io/relpose-plus-plus/robot.html
If you can't seem them, maybe try checking if the image was embedded in the HTML file properly