Skip to content

marinmarcillat/AutoPolyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install the conda env, open anaconda prompt and run following command

mamba create --name AutoPolyp python=3.11 -y
mamba activate AutoPolyp
mamba install -c pytorch -c nvidia -c conda-forge pytorch torchvision pytorch-cuda=11.8 ultralytics opencv jupyterlab fiftyone tqdm fastai imagesize -y
pip uninstall numpy -y
pip install numpy==1.26.4

Si seulement cpu:

mamba create --name AutoPolyp python=3.11 -y
mamba activate AutoPolyp
mamba install ultralytics opencv jupyterlab fiftyone tqdm fastai imagesize -y
pip uninstall numpy
pip install numpy==1.26.4

To launch, open anaconda prompt and run following commands

mamba activate AutoPolyp 

cd /path/to/AutoPolyp  # Navigate to your Autopolyp directory, for example: cd D:\AutoPolyp
jupyter lab # Launch the jupyterlab interface

About

Code for the Marley / Ardeco projects. Auto recognition of polyps states and import results in Biigle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors