the test of editting and interpolation error
wang-zm18 opened this issue · 10 comments
Is there something wrong with the parsing data processing?
It looks like some of the data was not parsed into the .pt
files (using amass_parser.py), maybe some of the datasets were omited?
Anyway, you can walk around this by deleting the text prompt that fails you from https://github.com/GuyTevet/MotionCLIP/blob/4cc3e6dca1ac03057b8916977cc1e61de70554d7/assets/paper_edits.csv
https://github.com/GuyTevet/MotionCLIP/blob/4cc3e6dca1ac03057b8916977cc1e61de70554d7/assets/paper_interps.csv
or select other prompts from your cache file ./data/amass_db/amass_30fps_all_text_labels.txt
instead.
Or could you please share the processed .pt files? Thank you in advance!
OK, thank you! I indeed registered and accepted all licenses of AMASS, and downloaded all subdatasets. I cannot figure out what's the problem. I think maybe it does not violate the copyrights...
If you want, you can contact the data publishers to verify it with them. If they do approve, I will upload the .pt
s
OK, thank you!
Is there something wrong with the parsing data processing?
I encounter with the same error, Did you fix it?