git clone
Ycb_Dataset_Generatorcd ./Ycb_Dataset_Generator
- Setup and install
Python 3.7.12
orPython 3.8.0
using Pyenv. CREATE and ACTIVATE a new python environment named 'YCB_generator' running Python 3.7.12 or Python 3.8.0. (This step is required to successfully meet all the requirements)pyenv virtualenv 3.7.12 YCB_generator
(Install python and create python virtual environment)- (Only for the initial setup)
pyenv local YCB_generator
(Activate python virtual environment) pyenv versions
(Check if the correct virtual environment with intended python version is active)
pip install -r ./Requirements/requirements.txt
python ./ycb_generate_cropped.py
(Generates cropped images & masks of the YCB object(s))mv ./models/ycb/* ./data
(To use cropped objects from previous step in dataset generatation)- Open generator_for_yolov5.ipynb -> run all the cells => generates
100 train
,50 valid
,5 test
640x640 images with labels (yolo bounding box co-ordinates) by default. - Follow next instructions on Ycb_Yolov5_Trainer
-
Notifications
You must be signed in to change notification settings - Fork 0
VT-Collab/Ycb_Dataset_Generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published