Open mkcarl opened 1 year ago
Train a YOLOv8 model, convert it to tensorflow.js and put the detection right into the browser. On annotation task, integrate AI such that
Added basic detection for assisting bounding box detection in #19.
the model inference runs so fast that its not even feasible to put a loading state while model is processing.
Train a YOLOv8 model, convert it to tensorflow.js and put the detection right into the browser. On annotation task, integrate AI such that