Initial commit

This commit is contained in:
qkinader 2022-12-28 22:30:19 +01:00
commit e03409fcd4
10 changed files with 472 additions and 0 deletions

16
environment.yml Normal file
View file

@ -0,0 +1,16 @@
name: labeling_tool
channels:
- conda-forge
- nodefaults
dependencies:
- python==3.9
- pip
- numpy==1.23.5
- tk==8.6.12
- pip:
- ttkbootstrap==1.10.0
- opencv-contrib-python-headless==4.6.0.66
- pillow==9.3.0
- natsort==8.2.0