3D Retrieval System on ModelNet40. This is the last project of my bachelor career.
Take a look and manipulate models.
This Model Retrieval System based on the imporved Fast Hybrid Cascade NetWork.
Paper:https://arxiv.org/abs/2011.04522.
Faster,Stronger.
该项目为基于改进后的三维物体级联分类网络的检索系统。
项目基于论文:https://arxiv.org/abs/2011.04522.
对一阶段与二阶段分别进行改进,提升网络整体推理速度与准确度。
Pull down the project and install dependencies.
cd data directory and run python start.py.
default port:8000.
$ python start.py
cd frontend and run npm run dev.
default port:8081.
$ npm run dev
#cd backend and run python manage.py runserver 8081(If you wanna try another port,please reset the port in frontend by yourself).
$ python manage.py runserver 8082
Should prepare the data treated before.
DHU-Jie Wang