Git Product home page Git Product logo

toolbox's Introduction

toolbox

All kinds of utils for format convertion or something else (described in readme files)
Each python file matches some samples inside.
More details are marked in the python files as annotation or README.md file inside the folder.

converter

Some conversion files included here,I'll update it if necessary.

  • txt2voc
    The tool inside helps you to conver txt in certain format to voc format.
    Provided txt labels ground truth in form of NWPU VHR-10 , it's not a hard job to change related code for your owm labels.
    NWPU VHR-10's label is showed as follow:
2,(270,296),(358,685)
2,(366,278),(453,661)
4,(541,633),(727,698)
  • labelme2COCO
    It's a bit hard to finish this work , cause the widespread wrong version about it , I hate plagiarism :)
    This tool helps you to convert json file created by labelme to COCO style for training .
    Attentions:
    1.If you want to label the segmentation mask , there is no need to label bbox!(Or bugs arised)
    2.When using labelme , pls named mask according to COCO format,such as vehicle_car_1.(supercategory,category,instance id)
  • voc2coco

voc_extraction

  • extraction
    User-friendly work for extracting imformation from xml files. And an example is attached for better understanding.

data augmentation

  • augmentation
    Various kinds of data augmentation implementions as well as some demos are concluded inside .

drawbox

  • drawbox
    Useful tool for drawing bbox through providied points.The only customed part is your points obtaining function.

other tools

  • data_partition
    Helpful of partition of dataset.
  • img_format_trans
    A simple tool for conversion of image format.
  • visdom-train-example
    A example for training while monitoring on loss and ac curve.More details and attention have been attached to file inside.
  • python-cmd
    Linux command execution through python file , provided as a easy but sufficient demo.
  • shuffle
    Randomly generate small subdataset from the dataset.
  • match_check
    Verify if images and annotations do not correspond and output the associated file names.

toolbox's People

Contributors

captain1986 avatar ming71 avatar

Watchers

 avatar

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.