How can I solve this issue on the colab implementation?
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
# Example usage
EXPORT_VIDEO=True
EXPORT_MESH=True
INFER_CONFIG="./configs/infer-b.yaml"
MODEL_NAME="zxhezexin/openlrm-mix-base-1.1"
IMAGE_INPUT="./assets/sample_input/owl.png"
!python -m openlrm.launch infer.lrm --infer $INFER_CONFIG model_name=$MODEL_NAME image_input=$IMAGE_INPUT export_video=$EXPORT_VIDEO export_mesh=$EXPORT_MESH
/usr/bin/python3: No module named openlrm
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.