InstPIFu icon indicating copy to clipboard operation
InstPIFu copied to clipboard

Trouble Running Demo Mode

Open lykevin2341 opened this issue 2 years ago • 3 comments
trafficstars

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.

image

lykevin2341 avatar Apr 26 '23 22:04 lykevin2341

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.

lykevin2341 avatar Apr 26 '23 23:04 lykevin2341

Hi, we are also an facing issue running the demo image 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 avatar Apr 27 '23 17:04 khushijpatel

@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.

HaolinLiu97 avatar Apr 28 '23 03:04 HaolinLiu97