cvdata
cvdata copied to clipboard
Tools for creating and manipulating computer vision datasets
Use [this script](https://github.com/tensorflow/models/blob/master/research/object_detection/dataset_tools/create_oid_tf_record.py) as a basis for this dataset creation process.
Clean up the README for clarity, in the style of [coco_assistant](https://pypi.org/project/coco-assistant/).
Darknet format annotations are not yet supported for resizing, making it necessary to first convert a dataset to be resized into one of the supported formats (KITTI or PASCAL) for...
Add a module with CLI for fetching images using the [Google Images Download](https://github.com/hardikvasa/google-images-download) package. We can possibly create corresponding annotations using a pre-trained object detection model such as YOLOv3 etc....
Follow the steps laid out [here](https://circleci.com/docs/2.0/language-python/).
Add a recipe script for creating a dataset including people (person image class), vehicles (Car and Truck image classes), and weapons (Handgun and Rifle and Shotgun label classes) from OpenImages...
As with the OpenImages module (`cvdata.openimages`) we should provide a module that allows for retrieval of images and corresponding annotations from the [YouTube-BoundingBoxes Dataset](https://research.google.com/youtube-bb/). This will likely involve the extraction...
Create a dataset API that allows a user to specify - [ ] download source(s) (OpenImages, COCO, private repo, etc.) - [ ] labels - [ ] resize dimensions -...
images: https://sci2s.ugr.es/sites/default/files/files/TematicWebSites/WeaponsDetection/BasesDeDatos/WeaponS.zip annotations (in PASCAL VOC format): https://sci2s.ugr.es/sites/default/files/files/TematicWebSites/WeaponsDetection/BasesDeDatos/WeaponS_bbox.zip
Add KITTI as a supported output annotation format (currently only PASCAL VOC is supported).