OIDv4_ToolKit icon indicating copy to clipboard operation
OIDv4_ToolKit copied to clipboard

Download and visualize single or multiple classes from the huge Open Images v4 dataset

Results 47 OIDv4_ToolKit issues
Sort by recently updated
recently updated
newest added

This PR contains 1) a `setup.py` file that allows for installation of this package into a Python (virtual) environment via the command: ``` $ python setup.py install ``` This setup...

Hi I'm experiencing an issue regarding the download of the training set of several classes. I'm using the folllowing command: python3 main.py downloader --classes Car --type_csv train But after about...

Hi, I have a problem regarding labeling of images containing instances from multiple classes I want to detect. Say that I want to train a model to detect "guitars" and...

Using the Toolkit to download a single class of images on Windows 10, Python version 3.7.6 Running the downloader commands results in a WinError 6. The traceback points towards Lines...

What is the class name for Kitchen Knife? Is it: Kitchen Knife Kitchen-Knife Kitchen_Knife etc. Thanks!

Open Images Dataset now has 3 types available - Detection, Segmentation and Relationships. **I want to download images of type - Relationships** for the class 'drink', How shall I do...

If we could include an argument that would let the user decide if they wish to download the normalised annotations. Many of the object detection tasks require using normalised annotations.

CMD : python main.py downloader --classes Football --type_csv train --limit 100 Error: Traceback (most recent call last): File "main.py", line 37, in bounding_boxes_images(args, DEFAULT_OID_DIR) File "C:\OIDv4_ToolKit\modules\bounding_boxes.py", line 60, in bounding_boxes_images...

Hello, i am using this toolkit in win10 with python 3.7.9. I have downloaded the class Cat and now want to use the virtualizer to view the images. But i...