DAMO-YOLO icon indicating copy to clipboard operation
DAMO-YOLO copied to clipboard

correct typo in install readme.md

Open varshneydevansh opened this issue 1 year ago • 1 comments

resolves the issue

  • #140

The change directory command in the README.md file has been corrected.

varshneydevansh avatar May 25 '24 16:05 varshneydevansh

 [~]
 yolov5-env  devansh  git clone https://github.com/tinyvision/damo-yolo.git                                                                            [24/05/25| 9:06PM]



cd DAMO-YOLO/



conda create -n DAMO-YOLO python=3.7 -y
conda activate DAMO-YOLO
conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=10.2 -c pytorch
pip install -r requirements.txt
export PYTHONPATH=$PWD:$PYTHONPATH
Cloning into 'damo-yolo'...
remote: Enumerating objects: 646, done.
remote: Counting objects: 100% (126/126), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 646 (delta 104), reused 95 (delta 89), pack-reused 520
Receiving objects: 100% (646/646), 34.38 MiB | 2.30 MiB/s, done.
Resolving deltas: 100% (386/386), done.



cd: no such file or directory: DAMO-YOLO/



Retrieving notices: ...working... done
Channels:
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done

varshneydevansh avatar May 26 '24 03:05 varshneydevansh