Skip to content

jedymatt/faster-r-cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Faster R-CNN

Setup Local Environment using Anaconda or Miniconda

# setup virtual env
conda create -p .venv

# activate virtual env
conda activate ./.venv

# install dependencies
conda install -c conda-forge --file requirements.txt

If you don't have anaconda or miniconda you can use pip instead with venv as the environment

# setup venv
python -m venv .venv

# activate vertual env
./.venv/Scripts/activate

# install dependencies
pip install -r requirements.txt

Run either jupyterlab or notebook

jupyter-lab 
# or
# jupyter notebook

You can also use vscode with Jupyter extension installed instead of jupyter-lab or notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published