nsarafianos / Garment3DGen

Other
12 stars 2 forks source link

error occurred #1

Closed ForrestPi closed 2 weeks ago

ForrestPi commented 2 weeks ago

in loop.py

deformed_features = fclip.encode_image_tensors(train_render) AttributeError: 'FashionCLIP' object has no attribute 'encode_image_tensors'

nsarafianos commented 2 weeks ago

Hi @ForrestPi

Good catch. I had made some changes in the fclip python file. I updated the codebase to include it directly under packages along with the function that threw the error for you.

Hopefully it works for you now :)

ForrestPi commented 2 weeks ago

@nsarafianos thanks