tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.75k stars 470 forks source link

[Bug]: change the DAMO-YOLO in installation guide to damo-yolo #140

Open varshneydevansh opened 3 months ago

varshneydevansh commented 3 months ago

Before Reporting

Search before reporting

OS

Ubuntu 22.0 LTS

Device

CPU

CUDA version

No response

TensorRT version

No response

Python version

3.7

PyTorch version

1.7.0

torchvision version

0.8.0

Describe the bug

There appears to be a typographical error in the installation guide contained within the readme.md of the repository.

 [~]
 ✘ DAMO-YOLO  devansh  cd DAMO-YOLO                                                                                                                    [24/05/25| 9:35PM]
cd: no such file or directory: DAMO-YOLO

have to change this to -

 [~]
 ✘ DAMO-YOLO  devansh  cd damo-yolo                                                                                                                    [24/05/25| 9:32PM]

 [~/damo-yolo]
 DAMO-YOLO  devansh   master  ls                                                                                                                     [24/05/25| 9:33PM]
assets  configs  damo  datasets  LICENSE  NOTICE  README_cn.md  README.md  requirements.txt  scripts  setup.py  tools

To Reproduce

Happens while installing. I am not sure, but the all-caps name for the directory is not functioning properly in my operating system.

Hyper-parameters/Configs

No response

Logs

No response

Screenshots

image

Additional

No response