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:
|
# load bert vectors |
|
text_features = torch.load(f'./{description_dict_name}.pth') |
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?
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:
Hulk/core/models/output_projector/dense_labeling_projector.py
Lines 134 to 135 in 2b67607
The code tries to load
./checked_par_lip_name.pthfile 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?