NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
974 stars 291 forks source link

export_for_isaac.py problem, not a valid (.json) file #153

Open AK51 opened 2 years ago

AK51 commented 2 years ago

Hi,

I want to use the export utility, https://github.com/NVIDIA-AI-IOT/trt_pose/blob/master/trt_pose/utils/export_for_isaac.py

And I saw the example in readme example: ./export_for_isaac.py --input_checkpoint resnet18_baseline_att_224x224_A_epoch_249.pth

I have put the pth file in the same location and I typed sudo python3 export_for_isaac.py --input_checkpoint resnet18_baseline_att_224x224_A_epoch_249.pth But there is an error of Input topology human_pose.json is not a valid (,json) file... I have also tried the densenet, same problem....

Does anyone have the same problem? Or did I do anything wrong? Thx