MouseLand/facemap

Finetune model not showing in pose model dropdown menu

nelson-hc opened this issue · 6 comments

Hi,

I followed the guide to create a finetune model for keypoint processing and saved it as a .pt file in an output file. However, I am not able to find any finetune models I created in the pose model drop-down menu.

Hi @nelson-hc, could you please check whether the .pt file was saved in the hidden folder. You can search for it through command line as follows:
cd /home/<username>/.facemap/models
ls
Let me know if you can't find any file saved in the directory.

Yes, they are saved in .facemap/models. I did see multiple .pt files.

Could you please share screenshot of the files in the models directory and the pose model dropdown menu? Also, could you please share which OS you're using i.e. Windows, Linux..?

I am using windows.

image

image

thanks @nelson-hc for sharing that. It seems our code didn't account for Windows file paths so I've updated/fixed it in the main branch. Could you please pull/clone the latest version on the main branch and let me know if the problem still persists.

The problem is resolved, thanks!!