An open API service indexing awesome lists of open source software.

https://github.com/sentient-codebot/object-detection-data-aug


https://github.com/sentient-codebot/object-detection-data-aug

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# object-detection-data-aug

hi all. this is for the convenience of doing a Computer Vision project (reproducing yolo v1).
The module *datatrans* contains transforms that apply on images and bounding boxes together.

bounding box format:
[n, 5] tensor, n = # objects, second dimension contains: [category, x (relative to image width), y (relative to image height), width, height]

combined with the customized *dataset* (not written by me), it should work fijn.