ThomasVonWu / SparseEnd2End

End2EndPerception deployment solution based on vision sparse transformer paradigm is open sourced.
MIT License
66 stars 11 forks source link

Simplified version for SparseDrive? #7

Open RobotLearner2022 opened 5 days ago

RobotLearner2022 commented 5 days ago

Thank you for sharing the great work. Very helpful. I wonder if you have any plans to simplify SparseDrive (https://github.com/swc-17/SparseDrive)? Which part of the released code can be re-utilized? Thanks again!

ThomasVonWu commented 3 days ago

From the perspective of the Model

1.The img_backbone, img_neck and depth_branch are the same: ResNet50, FPN and DenseDepthNet. 2.SparseDrive's head consits of 3 parts: det_head, map_head and motion_plan_head.

Personally, I think 90% of them is similar, so there are no plans to refactor SparseDrive in the near future.