HEAL icon indicating copy to clipboard operation
HEAL copied to clipboard

training of the camera-based model

Open dempsey-wen opened this issue 1 year ago • 4 comments
trafficstars

Hi,

Thank you for open-sourcing your excellent work.

I tried to train the camera-based model with opencood/hypes_yaml/opv2v/CameraOnly/camera_v2xvit.yaml with only dataset path changed, but the model failed to converge.

Could you please share the details about how you train the camera-based model? Did you train the model based on the collaboration base, or did you train it from scratch?

dempsey-wen avatar Nov 18 '24 14:11 dempsey-wen

Sorry for bothering, just found that I forgot to set the range in inference. After setting the range to '51.2,51.2', the result is correct now.

dempsey-wen avatar Nov 19 '24 03:11 dempsey-wen

glad to hear :)

yifanlu0227 avatar Nov 19 '24 13:11 yifanlu0227

抱歉打扰,刚发现我忘了设置推理范围。将范围设置为 '51.2,51.2' 后,现在结果正确。

Hello! Where should I modify the range? Thank you!

RyanBlack5728 avatar Mar 13 '25 05:03 RyanBlack5728

@RyanBlack5728

On the yaml file for the config you're using. Just set cav_lidar_range to [-51.2, -51.2, -3, 51.2, 51.2, 1].

MahatKC avatar Apr 15 '25 21:04 MahatKC