Skip to content

[CVPR2022] Point Cloud Pre-training with Natural 3D Structures

License

Notifications You must be signed in to change notification settings

whuhxb/3dfractaldb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D Fractal DataBase (3D-FractalDB)

Summary

The repository contains a 3D Fractal Category Search, Multi-View Fractal DataBase (MV-FractalDB) and Point Cloud Fractal DataBase (PC-FractalDB) Construction in Python3.

The repository is based on the paper:
Ryosuke Yamada, Ryo Takahashi, Ryota Suzuki, Akio Nakamura, Yusuke Yoshiyasu, Ryusuke Sagawa and Hirokatsu Kataoka,
"MV-FractalDB: Formula-driven Supervised Learning for Multi-view Image Recognition"
International Conference on Intelligent Robots and Systems (IROS) 2021
[Project] [PDF]

Ryosuke Yamada, Hirokatsu Kataoka, Naoya Chiba, Yukiyasu Domae and Tetsuya Ogata
"Point Cloud Pre-training with Natural 3D Structure"
International Conference on Computer Vision and Pattern Recognition (CVPR) 2022
[Project] [PDF]

MV-FractalDB Construction (README)

$ cd mvfractaldb/
$ bash MVFractalDB_render.sh

PC-FractalDB Construction (README)

$ cd pcfractaldb
$ bash PCFractalDB_render.sh

Citation

If you use this code, please cite the following paper:

@inproceedings{yamada2021mv,
  title={MV-FractalDB: Formula-driven Supervised Learning for Multi-view Image Recognition},
  author={Yamada, Ryosuke and Takahashi, Ryo and Suzuki, Ryota and Nakamura, Akio and Yoshiyasu, Yusuke and Sagawa, Ryusuke and Kataoka, Hirokatsu},
  booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  pages={2076--2083},
  organization={IEEE}
}
@InProceedings{Yamada_2022_CVPR,
    author    = {Yamada, Ryosuke and Kataoka, Hirokatsu and Chiba, Naoya and Domae, Yukiyasu and Ogata, Tetsuya},
    title     = {Point Cloud Pre-Training With Natural 3D Structures},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2022},
    pages     = {21283-21293}
}

Terms of use

The authors affiliated in National Institute of Advanced Industrial Science and Technology (AIST), Tokyo Denki University (TDU), Waseda University and Keio University are not responsible for the reproduction, duplication, copy, sale, trade, resell or exploitation for any commercial purposes, of any portion of the datas and any portion of derived the data. In no event will we be also liable for any other damages resulting from this data or any derived data.

About

[CVPR2022] Point Cloud Pre-training with Natural 3D Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Shell 3.1%
  • GLSL 1.1%