Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 545 Bytes

hku_selfsup

To use this repository:

  • Clone the repository git clone https://github.com/Colinnnnnm/hku_selfsup.git
  • Create conda environment conda env create -f environment.yml

To extract dataset in the repository:

  • Cat and dog dataset: bash dataset/cat_dog/data.sh

To contribute to the repository:

  • Clone the repository first
  • Create your own branch git branch [your_branch_name]; git checkout [your_branch_name]
  • Add, Commit and Push your change. After that create a pull request to the main branch