Skip to content

ECE661 project involving transfer learning using mmSegmentation

License

Notifications You must be signed in to change notification settings

davidmhunt/ECE661_mmSeg

Repository files navigation

ECE 661 Transfer Learning Project

Pre-Installation

The radar development sandbox is installed using Python Poetry and requires a python 3.8 environment to already be installed on the device.

Installing Poetry:

  1. Check to see if Python Poetry is installed. If the below command is successful, poetry is installed move on to setting up the conda environment
    poetry --version
  1. If Python Poetry is not installed, follow the Poetry Install Instructions. On linux, Poetry can be installed using the following command:
curl -sSL https://install.python-poetry.org | python3 -

Setting Up Python Environment using Conda

  1. If conda isn't already installed, follow the Conda Install Instructions to install conda
  2. Once conda is installed, create a new conda environment with the correct version of python
conda create -n ECE661_mmseg python=3.10

Installation

git clone https://github.com/davidmhunt/ECE661_mmSeg.git --recurse-submodules
cd ECE661_mmseg
poetry install

Note, if you get an error stating: that poetry failed to unlock the collection, enter the following command in the terminal or add it to your .bashrc file

export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring

About

ECE661 project involving transfer learning using mmSegmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published