Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
f04cc9bba3
Initialize DVC
1 year ago
3f19d8d19d
Update view_gcn.py
3 years ago
02f3a6a007
Update Trainer.py
3 years ago
f04cc9bba3
Initialize DVC
1 year ago
9addd200e0
Added model_Weight directory to dvc tracking
1 year ago
6ebfbd5ebe
Updated README file
1 year ago
cb9ff8664d
Create __init__.py
3 years ago
ccf9f692a1
Added data directory to dvc
1 year ago
9addd200e0
Added model_Weight directory to dvc tracking
1 year ago
ad073f86b3
Update train.py
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Pytorch code for view-GCN [CVPR2020].

Xin Wei, Ruixuan Yu and Jian Sun. View-GCN: View-based Graph Convolutional Network for 3D Shape Analysis. CVPR, accepted, 2020. [pdf] [supp]

DAGsHub Repository

Citation

If you find our work useful in your research, please consider citing:

@InProceedings{Wei_2020_CVPR,
author = {Wei, Xin and Yu, Ruixuan and Sun, Jian},
title = {View-GCN: View-Based Graph Convolutional Network for 3D Shape Analysis},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}

Training

Requiement

This code is tested on Python 3.6 and Pytorch 1.0 +

Dataset

First download the 20 views ModelNet40 dataset provided by [DAGsHub Download link] and put it under data

Command for training:

python train.py -name view-gcn -num_models 0 -weight_decay 0.001 -num_views 20 -cnn_name resnet18

The code is heavily borrowed from [mvcnn-new].

We also provide a trained view-GCN network achieving 97.6% accuracy on ModelNet40.

Reference

Asako Kanezaki, Yasuyuki Matsushita and Yoshifumi Nishida. RotationNet: Joint Object Categorization and Pose Estimation Using Multiviews from Unsupervised Viewpoints. CVPR, 2018.

Jong-Chyi Su, Matheus Gadelha, Rui Wang, and Subhransu Maji. A Deeper Look at 3D Shape Classifiers. Second Workshop on 3D Reconstruction Meets Semantics, ECCV, 2018.

Tip!

Press p or to see the previous file or, n or to see the next file

About

Pytorch code for view-GCN (CVPR2020)
View-GCN: View-based Graph Convolutional Network for 3D Shape Analysis.

Collaborators 1

Comments

Loading...