OpenLRM
OpenLRM copied to clipboard
An open-source impl. of Large Reconstruction Models
All runs in virtual box Ubuntu linux [train_metadata.json](https://github.com/3DTopia/OpenLRM/files/14841706/train_metadata.json) [val_metadata.json](https://github.com/3DTopia/OpenLRM/files/14841707/val_metadata.json) There is jsons with links to my dataset of png files . When I tried to start training model I have...
Hi OpenLRM Team I don't find encoder freeze in LRM paper, why do you choose to set freeze encoder is false?
could you release the part of processing MVImgNet datasets please? I notice that you use it in your experiment, but commented code of this part.
# 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
Thanks for your great work! I noticed that you used a fixed focal length when rendering objaverse, which can cause the focal length of the input image to be inconsistent...
Dear all, Thanks a lot for your interest in OpenLRM! Plz subscribe to this issue if you'd like to receive upcoming updates :) Bests, Zexin
Dear authors: Thank you for your great work! I wonder why you used DINOV1 instead DINOV2, which is more suitable for dense prediction task. Thank you!
I noticed that only when source camera following the setting that azimuth=270, elevation=0, the triplane would render the same image as input under input pose. My question is, when I...
# [Enhancement] Integrate Threestudio Support with LRM Initialization for 3DGS https://github.com/Adamdad/threestudio-lrm Implemented an extension for `threestudio` using LRM (Linear Regression Model) as the initial setup in 3dgs for the purpose...
What should I specify as the `model_type` in the JSON file? from transformers import AutoModel model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1") ValueError: Unrecognized model in zxhezexin/openlrm-obj-base-1.1. Should have a `model_type` key in its...