You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was training the model, I encountered such an error (Figure 1). After debugging, I found that the cause of the error was: there was data with the timestamp 2021_09_09_13_20_58 in the train folder of the datasets OPV2V and OPV2V-H, but there was no such data in opv2v_4modality.json and opv2v_4modality_in_order.json.
A simple solution is to remove them from the corresponding directories, or another way is to add the data with the timestamp to opv2v_4modality.json and opv2v_4modality_in_order.json, but I think this step may cause problems with training accuracy, so I didn't do it.
Figure
The text was updated successfully, but these errors were encountered:
Yes, I am also confused about this problem. I thought at first that there was an error in downloading my OPV2V dataset, but today I saw that this file also exists in your newly constructed dataset, so I was confused. Maybe the dataset has been updated accordingly, but it will be fine after it is removed. Thank you for your timely reply. 🙏🙏🙏
KeyError: '2021_09_09_13_20_58'
Chinese
在我训练模型时, 遇到了这样一个错误 (Figure 1), 经过我的调试我发现错误原因为: 在数据集
OPV2V
和OPV2V-H
train文件夹下有时间戳2021_09_09_13_20_58
的数据, 而在opv2v_4modality.json
和opv2v_4modality_in_order.json
中均没有该数据.一个简单的解决办法就是将它们从对应的目录下移除即可, 或者还有一个方法就是在
opv2v_4modality.json
和opv2v_4modality_in_order.json
加上该时间戳的数据, 但是我认为这一步可能会引起训练精度的问题, 所有没有这么做.English
When I was training the model, I encountered such an error (Figure 1). After debugging, I found that the cause of the error was: there was data with the timestamp
2021_09_09_13_20_58
in the train folder of the datasetsOPV2V
andOPV2V-H
, but there was no such data inopv2v_4modality.json
andopv2v_4modality_in_order.json
.A simple solution is to remove them from the corresponding directories, or another way is to add the data with the timestamp to
opv2v_4modality.json
andopv2v_4modality_in_order.json
, but I think this step may cause problems with training accuracy, so I didn't do it.Figure
The text was updated successfully, but these errors were encountered: