rendicahya / objects365-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objects365

Object365 Dataset Downloader

This repository contains a bash script for downloading and setting up the Object365 dataset.

Prerequisites

Before running the script, you need to have wget installed on your system.

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/rendicahya/objects365.git
  1. Change to the repository directory:
cd objects365
  1. Make the script executable:
chmod +x setup.sh
  1. Run the script:
./setup.sh path/to/download/directory

It will prompt you to choose whether to delete the temporary files used during the process. It is recommended if you have limited storage.

  1. After running the script, it will display the number and size of downloaded images for both training and validation sets.

Dataset Information

The Object365 dataset is a collection of images containing various objects and scenes. It is useful for training object detection models and testing computer vision algorithms.

For more information about the dataset, please visit the official Object365 website.

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%