All Projects → alicevision → Meshroommaya

alicevision / Meshroommaya

Licence: mpl-2.0
Photomodeling plugin for Maya

Projects that are alternatives of or similar to Meshroommaya

Pymeshfix
Python Wrapper for MeshFix: easily repair holes in PyVista surface meshes
Stars: ✭ 75 (-36.44%)
Mutual labels:  3d-reconstruction
Awsome deep geometry learning
A list of resources about deep learning solutions on 3D shape processing
Stars: ✭ 105 (-11.02%)
Mutual labels:  3d-reconstruction
Stereo dense reconstruction
Dense 3D reconstruction from stereo (using LIBELAS)
Stars: ✭ 113 (-4.24%)
Mutual labels:  3d-reconstruction
Bundler sfm
Bundler Structure from Motion Toolkit
Stars: ✭ 1,296 (+998.31%)
Mutual labels:  3d-reconstruction
Objectron
Objectron is a dataset of short, object-centric video clips. In addition, the videos also contain AR session metadata including camera poses, sparse point-clouds and planes. In each video, the camera moves around and above the object and captures it from different views. Each object is annotated with a 3D bounding box. The 3D bounding box describes the object’s position, orientation, and dimensions. The dataset contains about 15K annotated video clips and 4M annotated images in the following categories: bikes, books, bottles, cameras, cereal boxes, chairs, cups, laptops, and shoes
Stars: ✭ 1,352 (+1045.76%)
Mutual labels:  3d-reconstruction
Unsupervised Depth Completion Visual Inertial Odometry
Tensorflow implementation of Unsupervised Depth Completion from Visual Inertial Odometry (in RA-L January 2020 & ICRA 2020)
Stars: ✭ 109 (-7.63%)
Mutual labels:  3d-reconstruction
Awesome Cryoem
A collaborative list of awesome CryoEM (Cryo Electron Microscopy) resources.
Stars: ✭ 66 (-44.07%)
Mutual labels:  3d-reconstruction
Openmvs
open Multi-View Stereo reconstruction library
Stars: ✭ 1,842 (+1461.02%)
Mutual labels:  3d-reconstruction
Planematch
[ECCV'18 Oral] PlaneMatch: Patch Coplanarity Prediction for Robust RGB-D Reconstruction
Stars: ✭ 105 (-11.02%)
Mutual labels:  3d-reconstruction
Mvcsnp
Code release for "Multi-view Consistency as Supervisory Signal for Learning Shape and Pose Prediction"
Stars: ✭ 113 (-4.24%)
Mutual labels:  3d-reconstruction
Igr
Implicit Geometric Regularization for Learning Shapes
Stars: ✭ 90 (-23.73%)
Mutual labels:  3d-reconstruction
3d Recgan Extended
🔥3D-RecGAN++ in Tensorflow (TPAMI 2018)
Stars: ✭ 98 (-16.95%)
Mutual labels:  3d-reconstruction
Sgnn
[CVPR'20] SG-NN: Sparse Generative Neural Networks for Self-Supervised Scene Completion of RGB-D Scans
Stars: ✭ 112 (-5.08%)
Mutual labels:  3d-reconstruction
Dj Rn
As a part of HAKE project (HAKE-3D). Code for our CVPR2020 paper "Detailed 2D-3D Joint Representation for Human-Object Interaction".
Stars: ✭ 78 (-33.9%)
Mutual labels:  3d-reconstruction
3d Recgan
🔥3D-RecGAN in Tensorflow (ICCV Workshops 2017)
Stars: ✭ 116 (-1.69%)
Mutual labels:  3d-reconstruction
3d Reconstruction With Neural Networks
3D reconstruction with neural networks using Tensorflow. See link for Video (https://www.youtube.com/watch?v=iI6ZMST8Ri0)
Stars: ✭ 71 (-39.83%)
Mutual labels:  3d-reconstruction
Pcl Learning
🔥PCL(Point Cloud Library)点云库学习记录
Stars: ✭ 106 (-10.17%)
Mutual labels:  3d-reconstruction
Reconstructiondataset
Set of images for doing 3d reconstruction
Stars: ✭ 117 (-0.85%)
Mutual labels:  3d-reconstruction
Cnncomplete
[CVPR'17] Shape Completion using 3D-Encoder-Predictor CNNs and Shape Synthesis
Stars: ✭ 117 (-0.85%)
Mutual labels:  3d-reconstruction
Sobfu
real-time 3D reconstruction of non-rigidly deforming scenes using depth data
Stars: ✭ 113 (-4.24%)
Mutual labels:  3d-reconstruction

MeshroomMaya

MeshroomMaya is a Maya plugin that enables to model 3D objects from images.

Requirements

  • Compiler compatible with your version of Maya
  • cmake
  • Maya
  • Qt compatible with you version of Maya (Qt4.8 until Maya 2016)
  • Maya 2017: requires Qt-5.6.1 qml modules ('qml' folder in standard Qt installation) to be in QML2_IMPORT_PATH at runtime (not embedded in Maya).

Installation

> git submodule update --init --recursive
> ./configure -DMAYA_EXECUTABLE=$MAYA_BIN -DQT_QMAKE_EXECUTABLE=$MAYA_QMAKE_PATH -DCMAKE_INSTALL_PREFIX=$INSTALL_DIRECTORY -DCMAKE_BUILD_TYPE=release
> make
> make install

Documentation

Plugin documentation is available here

License

MeshroomMaya is licensed under MPL v2 license.

Development

Clang format rules for MeshroomMaya can be found here. To format code easily, install Clang (dont forget to add bin path to PATH) and execute :

> ./format_all_files.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].