Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soooda/pointvae


https://github.com/soooda/pointvae

Last synced: 9 days ago
JSON representation

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).