the official pytorch implementation of “Mamba-YOLO:SSMs-based for Object Detection” - HZAI-ZJNU/Mamba-YOLO
Accurate real-time object detection enhances the safety of advanced driver-assistance systems, making it an essential component in driving scenarios. With the rapid development of deep learning technology, CNN-based YOLO real-time object detectors have gained significant attention. However, the local ...
yolov8n.pt Refine the code, modify README Jun 9, 2024 README License Mamba-YOLO Official pytorch implementation of “Mamba-YOLO:SSMs-based for Object Detection” Installation #pip install required packagesconda create -n mambayolo -y python=3.11 conda activate mambayolo pip3 install torch===2....