sgraine / point-label-aware-superpixels

This repository contains the code implementation used in the paper: "Point Label Aware Superpixels for Multi-species Segmentation of Underwater Imagery"
GNU General Public License v3.0
6 stars 0 forks source link

Make pip installable #4

Open Tobias-Fischer opened 2 years ago

Tobias-Fischer commented 2 years ago

See https://goodresearch.dev/setup.html#create-a-pip-installable-package-recommended and https://github.com/QVPR/Patch-NetVLAD/blob/main/setup.py

This will require a split of the code into re-useable modules, and a script that calls those modules. The code is already well organised so this shouldn't be much of a deal.

Once that's done, we can publish the package automatically to PyPi for everyone to use (https://github.com/QVPR/Patch-NetVLAD/blob/main/.github/workflows/python-publish.yml) and then create a conda package, too.