Skip to content

AnuragSahu/meshrcnn

This branch is 10 commits ahead of, 11 commits behind ShashwatNigam99/meshrcnn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1ca6c7 · Jul 17, 2020

History

34 Commits
Jul 14, 2020
Jul 17, 2020
Apr 21, 2020
Jan 23, 2020
Jul 13, 2020
Apr 21, 2020
Feb 28, 2020
Jan 23, 2020
Jan 23, 2020
Jan 23, 2020
Mar 18, 2020
Jan 23, 2020
Jan 23, 2020
Jan 23, 2020
Jan 31, 2020
Jan 23, 2020
Jan 23, 2020

Repository files navigation

Mesh R-CNN

Code for the paper

Mesh R-CNN
Georgia Gkioxari, Jitendra Malik, Justin Johnson
ICCV 2019

Installation Requirements

The implementation of Mesh R-CNN is based on Detectron2 and PyTorch3D. You will first need to install those in order to be able to run Mesh R-CNN.

To install

git clone https://github.com/facebookresearch/meshrcnn.git
cd meshrcnn && pip install -e .

Demo

Run Mesh R-CNN on an input image

python demo/demo.py \
--config-file configs/pix3d/meshrcnn_R50_FPN.yaml \
--input /path/to/image \
--output output_demo \
--onlyhighest MODEL.WEIGHTS meshrcnn://meshrcnn_R50.pth

See demo.py for more details.

Running Experiments

Pix3D

See INSTRUCTIONS_PIX3D.md for more instructions.

ShapeNet

See INSTRUCTIONS_SHAPENET.md for more instructions.

License

The Mesh R-CNN codebase is released under BSD-3-Clause License

About

code for Mesh R-CNN, ICCV 2019

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%