Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soooda/pointvae
https://github.com/soooda/pointvae
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soooda/pointvae
- Owner: Soooda
- Created: 2024-01-27T11:00:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-01T07:59:47.000Z (10 months ago)
- Last Synced: 2024-02-01T08:44:39.505Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PointVAE
The code for my final presentation of Tokyo Institute of Technology's ART.T466 3D Computer Vision## Environment
```bash
$ conda create -n PointVAE pip python=3.10
$ conda install pytorch==1.12.1 cudatoolkit=11.3 torchvision==0.13.1 -c pytorch
$ pip install h5py open3d
```## Dataset
The ModelNet40 dataset and the dataset loader are attained from [PointCloudDatasets](https://github.com/antao97/PointCloudDatasets).