youngskkim / CRN

[ICCV'23] Official implementation of CRN: Camera Radar Net for Accurate, Robust, Efficient 3D Perception
MIT License
99 stars 15 forks source link

Why does resnet101.py not exist in the project file? #22

Open zchkylin opened 3 weeks ago

zchkylin commented 3 weeks ago

The way to get the highest precision in the paper is to use resnet101, but why is it that the code provided only has resnet18 and resnet50 profiles?