# tools **Repository Path**: rayufo/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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`