jchengai / forecast-mae

[ICCV'2023] Forecast-MAE: Self-supervised Pre-training for Motion Forecasting with Masked Autoencoders
https://arxiv.org/pdf/2308.09882.pdf
154 stars 16 forks source link

import error #11

Closed liuscot closed 7 months ago

liuscot commented 8 months ago

截图 2024-01-10 10-00-04

Are you sure that trainer_mae is importable from module src.model ? This problem arises.

liuscot commented 7 months ago

The problem was solved because the natten package was not installed. I installed it according to sh ./scripts/setup.sh. I don’t know why it was not installed. Then I went to the official website to install it successfully.

hamza-abuzahra commented 3 months ago

what version of natten did you install? when running the setup.sh, it tires to download 0.14.2, but it gives an error saying 'no matching distribution found for natten==0.14.2' i have tried with various other versions, but the build keeps failing for some reason