Closed bhavingpt closed 4 years ago
Did you check the number of keypoints? It depends on dataset. If your pre-trained model on dataset A and the number of keypoints of dataset is K_A, it does not be used directly to other datasets B whose the number of keypoints is K_B (K_B \neq K_A).
I'm attempting to run the pretrained model #2 on a custom image and running into sizing issues. The image is RGB of size 256x256 (so the tensor is 3x256x256).
How do you edit the config file to enable these images to be run? The model expects 64x3x7x7 tensors. I edited the config to (256x256) images of depth 3, and I'm getting the following error: