Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 891 Bytes

Image labeler for PETA dataset.

Description:

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.

Important:

We recomend to use virtual env to work with this code.

  • virtualenv env to create a virtualenv with name env on Windows.
  • virtualenv env -p python3 to create a virtualenv with name env on Linux.

Structure of the folder:

📦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