0chil / YOLO-TO-AUTOML

GUI for converting YOLO annotations to Google AutoML(Google Cloud Vision)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLO-TO-AUTOML

  • GUI for converting YOLO annotations to Google AutoML(Google Cloud Vision) CSV File
  • In short, txt Annotations -> csv Table

Instructions Video

Instructions Video (CLICK TO SEE IT ON YOUTUBE)

System Requirements

  • Windows >= Vista

How-to-Use

  • Run .exe File
  • Set Parameters on TextBox
    • Check for pre-examples
    • Click link to open file/folder open dialog
  • Click Convert

Parameters Explained

  • Cloud Storage Path
    • gs:// URI linked to your uploaded image bucket
  • Append for filename
    • Sometimes you get append shits like next thing in filename on google storage
      • The one that you uploaded : 2.jpg
      • The one that Google storage has : 2-2020-03-28T03:01:10.593Z.jpg
    • Leave it blank if you don't need it
  • Your img path
    • You would have made and dataset using LabelImg or whatever.
    • Then what you get is a folder filled with .jpgs and .txts.
    • That is the path!
  • Output CSV path
    • Where to save CSV
  • Labelmap
    • your labelmap. this might be classes.txt, predefined_classes.txt or something else.

Screenshots

Screenshot#1

Download Release

here

About

GUI for converting YOLO annotations to Google AutoML(Google Cloud Vision)


Languages

Language:C# 100.0%