Commit Graph

3 Commits

Author SHA1 Message Date
Nyakku Shigure 38f39c0a9b
Update numpy version to support Python 3.12 (#8853)
* Update numpy version to support Python 3.12

* replace np.bool with np.bool_
2024-03-08 14:33:02 +08:00
LokeZhou 649ac29497
fix deploy/python/clrnet_postprocess.py import error (#8323) 2023-06-07 19:06:46 +08:00
Kehan Yin 129ddbb219
【Hackathon + No.161】论文复现:CLRNet: Cross Layer Refinement Network for Lane Detection (#8278)
* Feat add CLRNet

* Update CLRNet README.md

* Update requirements: add imgaug>=0.4.0 for CLRNet

* Update CLRNet README.md

* Update README.md

* Update Rename clrnet_utils.py

* Update CLRNet demo & delete demo result

* Update README.md add weight for culane

* Update README.cn.md add training logs

* Feat add dataset download

* Fix bugs when lanes is empty

* Update README

* Update README for dataset info

* Fix export model

* Update configs & README

* style: update codestyle

* Style update op codestyple

* Fix eval process

* Fix eval process

* Update README&configs

* Fix deploy infer

* Fix mkdir in lane visualize

* Docs Update README

* Docs Rename configs

* Docs update weights

---------

Co-authored-by: LokeZhou <aishenghuoaiqq@163.com>
2023-06-01 14:15:48 +08:00