GUI for guided data labeling
Project description
BBO-labelgui
GUI for guided data labeling
Installation
(You do not need to clone this repository.)
- Install Anaconda
- Start Anaconda Prompt (Windows) / terminal (linux) and navigate into repository directory
- Create conda environment
conda env create -f https://raw.githubusercontent.com/bbo-lab/ACM-traingui/master/environment.yml
Update
- Start Anaconda Prompt (Windows) / terminal (linux) and navigate into repository directory
- Update with
conda env update -f https://raw.githubusercontent.com/bbo-lab/ACM-traingui/master/environment.yml --prune
.
Running
- Start Anaconda Prompt (Windows) / terminal (linux) and navigate into repository directory
- Switch to environment
conda activate bbo_acm-traingui
- Run with
python -m labelgui [options ...]
Options
Labeling mode
Run with python -m labelgui [base data directory]
.
This starts a GUI in drone mode, for the use by assistants with limited options to influence how the program runs and were it saves. This expects the following file structure:
[base data directory]/pose/data/users/{user1,user2,...}/labeling_gui_cfg.py
[base data directory]/pose/users/
{user1,user2,...} will be presented in a selection dialog on startup. Marking results will be placed in [base data directory]/users/
Check mode
Run with
python -m labelgui [directory of labels.npz] --check [bbo_calibcam calibration npy] # to use specified npy or
python -m labelgui [directory of labels.npz] --check [labeling_gui_cfg.py folder] # to use standardCalibrationFile from labeling_gui_cfg.py or
python -m labelgui [directory of labels.npz] --check '-' # or
python -m labelgui [directory of labels.npz] --check # to use backup labeling_gui_cfg.py in labels.npy folder. (Will often fail due to different paths between checker und labeler, as relative pathes are resolved, here).
This gives sorted text output of 3d and reprojections errors. Reporjection errors above 5-10px usually indicate errors in labeling and respective frames have to be checked.
Join mode
Run with python -m labelgui [configdir of ACM-dlcdetect] --check [multiple directories containing labels.npz files] [--strict]
.
This joins all marked labels in the labels.npz files into the labels.npz file in the dlcdetect configuration. Marked labels overwrite existing labels framewise.
--strict
only merges frames where all cameras have marked points.
Compile to exe
conda activate bbo_acm-traingui
.- Install pyinstaller: `pip install pyinstaller.
- If present, empty dist/ dirctory.
pyinstaller --onefile traingui.py
.- Distribute exe file in dist/ folder.
Note: It might be necessary to remove mkl: conda install -c conda-forge nomkl
.
TODO
- Document config
- Document sketch file (2d sketch of animal. If not presented, 3d wireframe is shown instead)
- Document model file
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bbo-labelgui-0.16.0.tar.gz
.
File metadata
- Download URL: bbo-labelgui-0.16.0.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b12acd6af9aa4716972e1e0b623f4de63eb1708e6f4b2094fd11ade8f1241eed |
|
MD5 | 43f0e01fd6a0a0f43979e9d395ac9518 |
|
BLAKE2b-256 | c164e15e5a1b216eadd6f901960122f7764a6f02b1a5fa24ebd39eff136fa6e5 |
File details
Details for the file bbo_labelgui-0.16.0-py3-none-any.whl
.
File metadata
- Download URL: bbo_labelgui-0.16.0-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e280671fe8d2851ee50b86899a11d1e42f9f3a4cab24d0afd7a97f15dc9b70 |
|
MD5 | 14cac2c4b4d064a8e2f268f2e64bb7ed |
|
BLAKE2b-256 | 525f3af08efcec358e49ef5e03b75fba60c77e7d84b9eb6405b513ee8bebaecd |