GuyTevet/MotionCLIP

the test of editting and interpolation error

wang-zm18 opened this issue · 10 comments

question like this:
image

image

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.

Thank you, @GuyTevet

By the way, could you please show me catalogue of each subdataset in AMASS?I have downloded all subdatasets, and I guess maybe something wrong wth the extract process.
image

Or could you please share the processed .pt files? Thank you in advance!

Sharing the final .pt file will be the easiest also for me, but as far as I understand it will violate the copyrights of AMASS. If I misinterpret their license, I would be more than happy to share it.

This is how raw AMASS looks on my end:
Screen Shot 2022-08-31 at 11 51 57

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 .pts

OK, thank you!

Is there something wrong with the parsing data processing?

I encounter with the same error, Did you fix it?