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
- Host: GitHub
- URL: https://github.com/sentient-codebot/object-detection-data-aug
- Owner: sentient-codebot
- Created: 2021-06-03T20:19:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T18:29:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T01:32:04.676Z (about 1 year ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.