Henry
Henry
Seems implemented by mmdet3d: https://github.com/zhiqi-li/BEVFormer
Thanks for sharing this great baseline !
https://github.com/tianzhi0549/FCOS/blob/0eb8ee0b7114a3ca42ad96cd89e0ac63a205461e/fcos_core/modeling/rpn/fcos/loss.py#L252 how about use different num_pos for each gpu? Thanks a lot!
same as above.
I already modified the key of pretrained models, and load it into the model.
I use the apollo 7.0, and mv BUILD_ to BUILD, and use the command: bazel test --config=unit_test //modules/perception/camera/test:camera_app_obstacle_camera_perception_test but I got error below: (07:16:40) ERROR: /apollo/modules/perception/camera/test/BUILD:6:8: no such package '@caffe//':...
Can big olds give me some hints? Thanks
I try to set loss_weight of loss_bbox2d and loss_consistency to 1, and set input resolution to origin 1920 x 1280, but the loss_bbox2d is much higher than KITTI Dataset, why...