Data generator and Object Detection using BlenderProc and Detectron2
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.
streamlit run front_end/main.py