This is the fork of https://github.com/3DTopia/OpenLRM.git
- removing background and centering any input image using Rembg
- Python Notebook [demo.ipynb] (https://github.com/violetdenim/OpenLRM/blob/main/demo.ipynb)
- Gradio Application with model viewer [app.py] (https://github.com/violetdenim/OpenLRM/blob/main/app.py)
- [2024.01.09] Updated all v1.0 models trained on Objaverse. Please refer to HF Models and overwrite previous model weights.
git clone https://github.com/violetdenim/OpenLRM.git
cd OpenLRM
pip install -r requirements.txt
jupyter notebook demo.ipynb
python app.py
- Added new inputs without background into
assets/sample_input
- Added folder
assets/with_background
with source background
- OpenLRM as a whole is licensed under the Apache License, Version 2.0, while certain components are covered by NVIDIA's proprietary license. Users are responsible for complying with the respective licensing terms of each component.
- Model weights are licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. They are provided for research purposes only, and CANNOT be used commercially.