This code is oriented to put labels to images to use with PETA dataset. Here, you can fin a simple labeler Python program with a graphic user interface. The principal library used to make this program is PySimpleGUI. In addition, Pillow and Pandas were used to manage images and data respectively.
We recomend to use virtual env to work with this code.
virtualenv env
to create a virtualenv with nameenv
on Windows.virtualenv env -p python3
to create a virtualenv with nameenv
on Linux.
📦labeler_PETA
┣ 📜.gitignore
┣ 📜README.md
┣ 📜attributes.py
┣ 📜labeler_PETA.py
┣ 📜layout.py
┣ 📜metrics.py
┣ 📜requirements.txt
┗ 📜utils.py
Please, install the requirements with the comand:
$ pip install -r requirements.txt