Skip to content

Commit

Permalink
remove canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Nov 30, 2023
1 parent 26050fc commit a1e8c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/infer/Inferrer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export function Inferrer({}: {}): JSX.Element {
<div className={css.explanation}>
This page allows detection of items on videos, and saving the result as csv. You need to upload a YOLOv8 Web model.
</div>
<canvas width="640" height="640" id="canvas" style={{width: "320px", height: "320px"}} />
<select disabled={state !== "uploading"} value={tfBackend} onChange={onBackendChange}>
<option value="wasm">WASM</option>
<option value="webgl">WebGL</option>
Expand Down

0 comments on commit a1e8c5e

Please sign in to comment.