Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 845 Bytes

File metadata and controls

26 lines (16 loc) · 845 Bytes

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