Find a file
Laurent Fainsin 8ca80e200e feat: add poetry pre-commit hook
Former-commit-id: d0a25423f2a27959a501630ea5b5e4e20a0fe27c [formerly 4f3fe92fc25c3a4d87026dc0baf5b1e46806fca9]
Former-commit-id: 59564e98854879c609b05701134094a6255b9c17
2022-09-12 14:24:05 +02:00
.devcontainer chore[WIP]: renamed .devcontainer 2022-09-07 10:45:01 +02:00
.vscode feat: organize deps 2022-09-12 10:58:57 +02:00
src feat: simple README.md 2022-09-12 12:19:19 +02:00
.editorconfig feat: checkpoint wandb logging 2022-07-11 15:34:05 +02:00
.gitattributes feat: add .gitattributes 2022-09-02 16:09:18 +02:00
.gitignore feat: upgrade .gitignore 2022-09-02 16:11:22 +02:00
.pre-commit-config.yaml feat: add poetry pre-commit hook 2022-09-12 14:24:05 +02:00
LICENSE feat: add LICENSE 2022-09-12 10:59:58 +02:00
poetry.lock feat: add poetry pre-commit hook 2022-09-12 14:24:05 +02:00
poetry.toml feat: simple README.md 2022-09-12 12:19:19 +02:00
pyproject.toml feat: organize deps 2022-09-12 10:58:57 +02:00
README.md feat: simple README.md 2022-09-12 12:19:19 +02:00
wandb.yaml chore: bunch of small stuff 2022-09-12 09:28:29 +02:00

sphereDetect

sphereDetect is a simple neural network, based on a Mask R-CNN, to detect spherical landmarks for image calibration.

Built with

Frameworks

Tools

Getting started (with docker)

TODO

Getting started (without docker)

Installation

Clone the repository:

git clone git@git.inpt.fr:fainsil/pytorch-reva.git
cd pytorch-reva

Install the dependencies:

poetry install --with all

Usage

Activate python environment:

poetry shell

Start and configure Weights & Biases local server:

wandb server start
wandb login

Start a training:

python src/train.py

License

Distributed under the MIT license.
See LICENSE for more information.

Contact

Laurent Fainsin [fɛ̃zɛ̃]
<laurent@fainsin.bzh>