https://github.com/lingfromsh/rotation-net-implement-pytorch
RotationNet implemented by py3+ and pytorch1.8+
https://github.com/lingfromsh/rotation-net-implement-pytorch
Last synced: about 6 hours ago
JSON representation
RotationNet implemented by py3+ and pytorch1.8+
- Host: GitHub
- URL: https://github.com/lingfromsh/rotation-net-implement-pytorch
- Owner: lingfromSh
- Created: 2021-05-25T07:51:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T04:25:04.000Z (about 5 years ago)
- Last Synced: 2025-03-12T22:03:12.919Z (over 1 year ago)
- Language: Python
- Size: 12.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rotation Net
A project for learning.
Rotation Net is a kind of net focuses on multi-view images to find a 3d-object. So, you pro
## Requirements
- python3+
- pytorch 1.8.1
## Dataset
- ModelNet40
- ShapeNet
## Training
You can run `main.py` , choose option `Training` and give your params to begin your model training.