vita-epfl / UniTraj

A Unified Framework for scalable Vehicle Trajectory Prediction, ECCV 2024
Other
177 stars 18 forks source link

Training Issue #26

Open sandipsharan opened 5 days ago

sandipsharan commented 5 days ago

Hello,

I was trying to make sure UniTraj installation works properly. I followed all the steps mentioned in the readme.MD file. But when running python train method=autobot. It shows some error. The error log is given below. I running this currently in Windows. Can you provide some feedback on how to resolve this issue

PS D:\x\x\UniTraj\unitraj> python train.py method=autobot
C:\Users\Asus\anaconda3\envs\scenarionet\lib\site-packages\hydra_internal\defaults_list.py:251: UserWarning: In 'config': Defaults list is missing _self_. See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/default_composition_order for more information warnings.warn(msg, UserWarning) Global seed set to 42 Loading training data... DATA USAGE THIS DATASET: 125 Warning: cache path data_samples/nuscenes\cache_autobot already exists, skip CACHE PATH: data_samples/nuscenes\cache_autobot Error executing job with overrides: ['method=autobot'] Traceback (most recent call last): File "D:\x\x\UniTraj\unitraj\train.py", line 23, in train train_set = build_dataset(cfg) File "D:\x\x\UniTraj\unitraj\datasets__init__.py", line 13, in build_dataset dataset = all[config.method.model_name]( File "D:\x\x\UniTraj\unitraj\datasets\autobot_dataset.py", line 7, in init super().init(config, is_validation) File "D:\x\x\UniTraj\unitraj\datasets\base_dataset.py", line 36, in init self.load_data() File "D:\x\x\UniTraj\unitraj\datasets\base_dataset.py", line 57, in load_data file_list = self.get_data_list(data_usage_this_dataset) File "D:\x\x\UniTraj\unitraj\datasets\base_dataset.py", line 499, in get_data_list raise ValueError('Error: file_list.pkl not found') ValueError: Error: file_list.pkl not found

Alan-LanFeng commented 4 days ago

try set overwrite_cache: True in config.yaml