上传者: 42138780
|
上传时间: 2021-12-07 12:37:56
|
文件大小: 1.51MB
|
文件类型: -
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