Menu

Tree [0e8492] master /
 History

HTTPS access


File Date Author Commit
 deb 2022-06-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [8c423e] ordenando datos
 forms 2024-09-23 Fernando Pujaico Rivera Fernando Pujaico Rivera [7b7bd2] mejorando codigo
 headers 2024-09-23 Fernando Pujaico Rivera Fernando Pujaico Rivera [71b5ba] ainda funciona
 ppa 2022-06-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [8c423e] ordenando datos
 share 2024-09-23 Fernando Pujaico Rivera Fernando Pujaico Rivera [71b5ba] ainda funciona
 src 2024-09-23 Fernando Pujaico Rivera Fernando Pujaico Rivera [0e8492] ordenando
 translations 2022-06-09 Fernando Pujaico Rivera Fernando Pujaico Rivera [f7e5ba] ordenando el codigo
 win 2022-06-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [0e60d4] primera versión del programa
 .gitignore 2022-09-28 Fernando Pujaico Rivera Fernando Pujaico Rivera [99f9f4] ordenando
 ChangeLog 2022-06-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [5d1f1e] Agregando natural sorting
 LICENSE 2022-06-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [40b0af] agregando datos
 README.md 2022-06-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [114e85] Mejorando la documentación
 clean_all.sh 2022-06-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [40b0af] agregando datos
 screenshot.png 2022-06-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [5d1f1e] Agregando natural sorting
 tag-my-dataset.pro 2024-09-21 Fernando Pujaico Rivera Fernando Pujaico Rivera [d5ed92] ainda funciona
 tag-my-dataset.qrc 2022-06-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [40b0af] agregando datos

Read Me

tag-my-dataset

A graphic user interface program to work with labels and images in a dataset.

Screenshot

screenshot

Configuration file

If the tag-my-dataset.json configuration file does not exist in the HOME directory,
the program will generate it.
On operating systems based in gnu-linux,
the HOME directory is located at /home/username.

When the program generates the tag-my-dataset.json file, writes:

{
    "buttons":
    [
        {
            "button_label":"Positive",
            "button_image":"",
            "button_image_width":0
        },
        {
            "button_label":"Neutral"
        },
        {
            "button_label":"Negative"
        }
    ]
}

The labels button_image and button_image_width are optional.
The quantity of buttons ever should be greater than 1.

The next text is an example of configuration file to tag using two types of labels {Happy,Sad}.

{
    "buttons":
    [
        {
            "button_label":"Happy",
            "button_image":"/home/username/images/logo-happy.png",
            "button_image_width":64
        },
        {
            "button_label":"Sad"
            "button_image":"/home/username/images/logo-sad.png",
            "button_image_width":64
        }
    ]
}
  • button_image is the path of icon image of button with label button_label.
  • button_image_width is the width at which the button icon will be displayed.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.