Nico Catalano

Results 3 comments of Nico Catalano

On ubuntu 20.04.2 LTS, CPU only, built from source, I checked and make sure BUILD_PYHTON is flagged, openpose.bin works just fine. If (from openpose dir) I run **`ls build/python/`** `CMakeFiles/...

> On ubuntu 20.04.2 LTS, CPU only, built from source, I checked and make sure BUILD_PYHTON is flagged, openpose.bin works just fine. > > If (from openpose dir) I run...

Seems like in the checkpoint files the keys have an additional substring `module.` You can remove it with something like: ``` # Load the checkpoint checkpoint = torch.load('coco_resnet50/coco_resnet50_fold0/best_model.pt')['state_dict'] # Modify...