Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Conda

Resources

Homework

  1. update your forked repo from my repo(ref)
  2. following 01_git, create a new branch LAST#_03conda (ex: pan667_03conda) in your forked repo
  3. install miniconda (This is preferable than Anaconda because it won't install unused packages.)
  4. create a conda virtual enviornment named py3.8 with Python version 3.8
  5. activate the created environment
  6. install pytorch and torchvision (pytorch)
  7. install detectron2 with git clone and pip install -e (please find more information in their instruction and go check what -e means)
  8. install opencv
  9. run python -m detectron2.utils.collect_env and redirect the output to the file named LAST.#.txt under submissions (check 02_bash for redirection)
  10. stage changes, commit with the message "learning conda", push and submit a pr