You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
Very nice code!
I found a small bug that results in missing one cloth category (cape) and in confusing some cateegories a bit.
In data/aligned_dataset.py at line 82 you add 1 to each label:
However, in lines 121-123, you didn't do the same:
Hope it helps.
Best