Missing get_hrnet_w32(config) definition for inference
#1
by mmnasimi - opened
Hello cwlachap
I’m trying to test your trained HRNet cephalometric landmark detection model on some images in Google Colab.
I’ve downloaded the best_model.pth and config.yaml files, but in your README example there is a call to:
model = get_hrnet_w32(config)
I cannot find the definition of get_hrnet_w32() in the repository or model files.
Could you please share the code or point me to the correct file that defines this function so I can run inference with your pretrained model?
Thank you very much for your time and for sharing this work!
Best regards,
Mmnasimi
same issue here