Chrome Vision is a computer vision model that improves the contrastive learning framework MoCo’s accuracy by detecting and cutting images before classification.
conda env create -f environment.yml
# conda env remove -n cv
conda env list
conda activate cv
# conda deactivate
conda install cpuonly -c pytorch
conda install pytorch-cuda=11.6 -c pytorch -c nvidia
Run chrome vision inside the train.ipynb
jupyter notebook