Git Product home page Git Product logo

ai-tools's Introduction

ai-tools

Tools for Artificial Intelligence



## Train-Valid Splitter

Split an image dataset into a training set and a validation set.
Images shall be organized using the one-category-per-folder structure:

Dataset_name/
|---Class_1/
|     |---image1.png
|     |---image2.png
|     |---...
|---Class_2/
|     |---image10.png
|     |---image11.png
|     |---...
|---...

Command line:

python split.py -s dataset_folder -d destination_folder -r split_ratio -e seed (optional)



Bounding Box Labeler

A simple tool for multi-object and multi-class bounding boxes labeling in images, implemented with Python Tkinter.

Based on the following github repo by Shi Qiu: https://github.com/puzzledqs/BBox-Label-Tool

Requires Tkinter for Python 3: sudo apt-get install python3-tk

Classes are specified in the class.txt file. It's just a list.

Command line:

python bbox.py



Duplicated Image Finder

A tool to find duplicated images in a dataset. Uses sha1 hash on the image data.

Command line:

python duplicate_find.py -f images_folder

ai-tools's People

Contributors

swamika001 avatar

ai-tools's Issues

duplicate_find.py should be recursive

duplicate_find.py should be recursive. it would be nice to be able to use the script on a root level and for every leaf folder, find and/or remove all of the duplicates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.