File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- /public /web_model /*
2- /public /labels.json
1+ /public /model_web
32
43# Logs
54logs
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import ReactDOM from 'react-dom'
44import * as tf from '@tensorflow/tfjs'
55import './styles.css'
66
7- const LABELS_URL = process . env . PUBLIC_URL + '/labels.json'
8- const MODEL_URL = process . env . PUBLIC_URL + '/web_model /tensorflowjs_model.pb'
9- const WEIGHTS_URL = process . env . PUBLIC_URL + '/web_model /weights_manifest.json'
7+ const LABELS_URL = process . env . PUBLIC_URL + '/model_web/ labels.json'
8+ const MODEL_URL = process . env . PUBLIC_URL + '/model_web /tensorflowjs_model.pb'
9+ const WEIGHTS_URL = process . env . PUBLIC_URL + '/model_web /weights_manifest.json'
1010
1111const TFWrapper = model => {
1212 const calculateMaxScores = ( scores , numBoxes , numClasses ) => {
You can’t perform that action at this time.
0 commit comments