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
I encountered an issue while trying to run the DiscoNet model on the DAIR-V2X dataset using the command python opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/dairv2x/LiDAROnly/lidar_disco.yaml. The error message ModuleNotFoundError: No module named 'opencood.models.fuse_modules.disco_fuse' suggests that the opencood\models\fuse_modules\disco_fuse.py file is missing. Could you please provide this file?
Additionally, I noticed that there is a train_w_kd.py script for distillation. Could you also provide the configuration for the teacher model (early fusion) and the corresponding command for training DiscoNet using this teacher model?
I would greatly appreciate your prompt assistance.
The text was updated successfully, but these errors were encountered:
Hello! Thank you for your excellent work!
I encountered an issue while trying to run the DiscoNet model on the DAIR-V2X dataset using the command
python opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/dairv2x/LiDAROnly/lidar_disco.yaml
. The error messageModuleNotFoundError: No module named 'opencood.models.fuse_modules.disco_fuse'
suggests that theopencood\models\fuse_modules\disco_fuse.py
file is missing. Could you please provide this file?Additionally, I noticed that there is a
train_w_kd.py
script for distillation. Could you also provide the configuration for the teacher model (early fusion) and the corresponding command for training DiscoNet using this teacher model?I would greatly appreciate your prompt assistance.
The text was updated successfully, but these errors were encountered: