Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Chrome Vision - Object detection and self-supervised classification (Bachelor project)

Notifications You must be signed in to change notification settings

andreasalstrup/chrome-vision

Repository files navigation

chrome-vision

Chrome Vision is a computer vision model that improves the contrastive learning framework MoCo’s accuracy by detecting and cutting images before classification.

Prerequisites

Setup conda environment

Create environment

conda env create -f environment.yml
# conda env remove -n cv

List environment

conda env list

Activate enviroment

conda activate cv
# conda deactivate

Install PyTorch

If using CPU

conda install cpuonly -c pytorch

If using GPU with CUDA support

conda install pytorch-cuda=11.6 -c pytorch -c nvidia

Usage

Run chrome vision inside the train.ipynb jupyter notebook

About

Chrome Vision - Object detection and self-supervised classification (Bachelor project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •