google-research / mint

Multi-modal Content Creation Model Training Infrastructure including the FACT model (AI Choreographer) implementation.
Apache License 2.0
496 stars 85 forks source link

Where is the aist_features directory? #12

Open hatoriMain opened 2 years ago

hatoriMain commented 2 years ago

I'm trying to run the calculate_fid_scores.py and here is the error. The error shows that the stack of real_features is empty. image

It seems that I need to load the real_features from the ./data/aist_features/*_kinetic.npy and ./data/aist_features/*_manual.npy, but I didn't find it in my repository? image

I'd like to know where is the aist_features directory or how to generate *_kinetic.npy and ./data/aist_features/*_manual.npy from the real data?

minhnhatvt commented 2 years ago

bump

Ha-kki commented 2 years ago

Hi~ I meet the same problem. Have you solved it?

jason870509 commented 2 years ago

Maybe you need to run python tools/extract_aist_features.py first.

zhang199971120 commented 2 years ago

where is /mnt/data/smpl/?