Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Detect a maximum of objects the model can detect, in a minimum of time. (kinda paused for now)

Notifications You must be signed in to change notification settings

andfanilo/mobile-game-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object detection game

The demo was initially YOLOv3 behind a Flask server on GPU, and the Vue frontend hitting the backend for predictions. I wanted to try everything in the browser, so using CocoSSD instead and did a lot of refactoring to actually isolate logic in multiple components, but the inference is really slow on my computer...so right now I'm putting this project on pause.

Detect a maximum of objects the model can detect, in a minimum of time.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

References

About

Detect a maximum of objects the model can detect, in a minimum of time. (kinda paused for now)

Topics

Resources

Stars

Watchers

Forks