OpenGVLab / Hulk

An official implementation of "Hulk: A Universal Knowledge Translator for Human-Centric Tasks"
https://humancentricmodels.github.io/Hulk/
MIT License
89 stars 4 forks source link

Inference using the trained heads #9

Open tsdev opened 3 months ago

tsdev commented 3 months ago

Dear Authors,

First of all, thank you for sharing your code! I am trying to use it for inference, but I get an error here: https://github.com/OpenGVLab/Hulk/blob/2b6760733cd18088f771bf51b420dc60cd3f31d0/core/models/output_projector/dense_labeling_projector.py#L134-L135

The code tries to load ./checked_par_lip_name.pth file for LIP evaluation (this is the task for which I am trying to use your model in inference mode on my own images) but this file is not part of the repository. Could you help me out here how to get this file?

vcadillog commented 2 months ago

The file is inside the experiments/release directory try changing the directory or moving the file to the root.