Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct typo in install readme.md #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

varshneydevansh
Copy link

resolves the issue

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

@varshneydevansh
Copy link
Author

 [~]
 yolov5-envdevanshgit 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant