InstPIFu
InstPIFu copied to clipboard
Trouble Running Demo Mode
Hi, I just saw your updates with the added demo mode, and have been trying to run the command you included in the write up. However, I keep getting the error this error. Please let me know if I am doing anything wrong. I've tried it with the name of the render task without the file extension and with it, both giving the same error.

Update: After filing through the code, I believe the correct argument would be --testid which did get accepted. I think that was the main issue.
Hi, we are also an facing issue running the demo
We changed the file: dataset/front3d_recon_dataset.py line 280 from bboxes = pred_result["bboxes"][object_ind] to bboxes = pred_result["boxes"][object_ind] because the key "bboxes" did not exist in pred_result. Then we faced the issue that boxes doesnt have the key object_ind. Do you happen to know to resolve this error? Looking forward to your response soon.
@khushijpatel Hi, it seems that the object detection misses some results, have you set the entry 'pred_pose_path' in test_instPIFu.yaml correctly? I will check if I could reproduce your problem. And you can try the testid that is already inside ./data/3dfront/splits/test/all.json . I have already release the detection results, which can also be produced by running with inference_object_detection.yaml. You may try to run the demo with the detection results.