flask-object-detection icon indicating copy to clipboard operation
flask-object-detection copied to clipboard

Frontend and backend separated object detection demo build with Flask, TensorFlow.

Results 11 flask-object-detection issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I have my own custom darknet model that I want to use with this repo. I would like to know if anyone knows a way to change the code to...

python -m http.server这一步必须要和python app.py分开运行吗?我运用你的代码在部署自己的网络模型时,在自己的docker环境里面没办法同时运行这两个,有什么解决办法吗

Traceback(most recent call lats): File "app.py", line 12, in sess,detection_graph = load_model() File "XXX\flask-object-detection-master\backend\tf_inference.py", line 14, in load_model od_graph_def.ParseFromString(serialized_graph) google.protobuf.message.DecodeError: Error Parsing message. 我用的是Python3.7,tensorflow1.15.0,请问这是为什么呢?

app.py里面没有return render_template('index.html')?那html页面在哪里返回?我看公众号里面好像有这段代码的,GitHub里下载的怎么没看到?

新手,不太习惯用docker,能提供一个虚拟环境的配置要求吗?所有依赖库的版本信息

Is this only availabel tensorflow version? can pytorch be run?