Ceazer0123 / Tools

Some scripts or tools for daily using

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools

Some scripts or tools for daily using

1 MoveFilesTogether

move splited files to one folder, like:

  • folder1
    • file1
    • file2
  • folder2
    • file1
    • file2

TO

  • folfer
    • file11
    • file12
    • file21
    • file22

2 DivideSamples

divide total data into train and val data folder by a rate

3 DeleteTinyObjInGt

delete some objects by some principles in groud truth

4 AddAnnotationsTogether

add annotations to one files

5 GetFileList

Get darknet train and val txt file which contain the image names

6 ParserJSON

Parser json file

7 ChangeLabelsFormat

Change Labels Format

  • left top right bottom to cx cy width height
  • cx cy width height to left top right bottom

8 ConvertXML2TXT

Convert XML file to TXT file

About

Some scripts or tools for daily using


Languages

Language:Python 99.6%Language:Objective-C 0.2%Language:MATLAB 0.1%