This is a visual demo website for OOWL3D dataset provided by UC San Diego Statistical Visual Computing Lab. This dataset is still expanding. Please contact Chih-Hui Ho ([email protected]) for your usage.
- Dowload the dataset (around 5GB)
git clone https://github.com/chihhuiho/OOWL3D_demo.git
cd models
- All models are stored in hierarchical structure: Class --> Objects --> .ply, .obj
- Dowload the dataset (around 5GB)
git clone https://github.com/chihhuiho/OOWL3D_demo.git
cd models
- Create a class directory if it does not exist
mkdir <class_name>
cd <class_name>
- Create an object directory
mkdir <object_name>
cd <object_name>
- Upload 4 files (.jpg, .mtl, .obj and .ply). The filename should be the object name.
- Repeat 2-3 until all new models are uploaded
- Create HTML for every object
python generate_html.py
- Push new 3D models
- Check your new models online http://www.svcl.ucsd.edu/projects/OOWL/oowl3d
The website is created based on https://github.com/xxv/jsc3d/tree/master/jsc3d. Thanks for all the contributers.
Po Hsiang Huang, Sean Kamano, Dacheng Li, Jiayi Wang, Yixuan Huang, Brandon Leung, Chih-Hui Ho