AR/VR Course Project Summary
Plan Overview
Weekly update:
week 4.19
- How to install and use opencv on MacOS
- Read papers Artificial intelligence to estimate wine volume from single-view images, See the Glass Half Full: Reasoning about Liquid Containers, their Volume and Content
- Create project github repo
- Training regression CNN model code
- UI development
week 4.26
- Migrate CNN tensorflow model to coreml model script
- Migrate YOLOv8 to IOS
install ultralytics first
pip install ultralytics
in python
model = YOLO('yolov8n-seg.pt') model.export(format='coreml')
- UI improvement
- Make poster
week 5.1
- Demo (click to watch)
- Team photo