detBlendPipe
使用BlenderProc和Detectron2的数据生成器和对象检测
安装
如果需要,请使用venv。
pip install -r requirements/dev.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
这将安装detectron2和blenderproc。
用法
streamlit run front_end/main.py
2021-12-07 12:37:56
1.51MB
Python
1