This is a webpage used to visualize the excavator detector made with YOLOv8
. Users can upload images, getting feedback after a few seconds.
---> The demo page can be found here <---
If you want to use a different model, replace the MODEL_PATH
at the beginning of the object_detector.js
. However, this demo program was not written to be reused in other models, and the user should therefore not expect other models than the excavator model to run. (* do not use models with another resolution than 640x640 px.)
The interns ended up not expanding the page, but attempted to leave as clean code as possible without doucmentation
This program may see future changes depending on the time schedule of the summer interns.