darwinharianto / detBlendProc

Data generator and Object Detection using BlenderProc and Detectron2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detBlendPipe

Data generator and Object Detection using BlenderProc and Detectron2

Installation

Use venv if you need it.

pip install -r requirements/dev_cuda102.txt
git clone https://github.com/DLR-RM/BlenderProc.git

# skip this if you dont want sample haven dataset
cd BlenderProc
python scripts/download_haven.py 

This will install detectron2 and blenderproc.

Usage

streamlit run front_end/main.py

About

Data generator and Object Detection using BlenderProc and Detectron2

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Shell 0.3%