Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training but AttributeError #8

Open
Sunshine8921 opened this issue Jun 14, 2023 · 3 comments
Open

Training but AttributeError #8

Sunshine8921 opened this issue Jun 14, 2023 · 3 comments

Comments

@Sunshine8921
Copy link

when I want to train it,
(Where2comm) aitest8@9207cdaf7f93:~/Where2comm$ python opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/dair-v2x/dair_early.yaml Dataset Building <opencood.data_utils.datasets.early_fusion_dataset_dair.EarlyFusionDatasetDAIR object at 0x7f7139fd5b50> Traceback (most recent call last): File "opencood/tools/train.py", line 190, in <module> main() File "opencood/tools/train.py", line 44, in main collate_fn=opencood_train_dataset.collate_batch_train, File "/public/home/aitest8/conda/envs/Where2comm/lib/python3.7/site-packages/torch/utils/data/dataset.py", line 83, in __getattr__ raise AttributeError AttributeError

I don't know what happen. Could you help me?

My dataset is follow this, but I not sure whether is true. Could you tell you more detail about the tree of DAIR-V2X?

@XJTU-Haolin
Copy link

same question. I cannot run dair-single(latefusion). V2VNet is okay.

@KKHAOO
Copy link

KKHAOO commented Jul 13, 2024

Have you solved the problem?

@HappyStupidChild
Copy link

当我想训练它时, (Where2comm) aitest8@9207cdaf7f93:~/Where2comm$ python opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/dair-v2x/dair_early.yaml Dataset Building <opencood.data_utils.datasets.early_fusion_dataset_dair.EarlyFusionDatasetDAIR object at 0x7f7139fd5b50> Traceback (most recent call last): File "opencood/tools/train.py", line 190, in <module> main() File "opencood/tools/train.py", line 44, in main collate_fn=opencood_train_dataset.collate_batch_train, File "/public/home/aitest8/conda/envs/Where2comm/lib/python3.7/site-packages/torch/utils/data/dataset.py", line 83, in __getattr__ raise AttributeError AttributeError

我不知道发生了什么。您能帮我吗?

我的数据集是 follow this,但我不确定是否属实。您能告诉您有关 DAIR-V2X 树的更多详细信息吗?

yaml文件里配置这个就好了: core_method: 'IntermediateFusionDatasetDAIR'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants