Object-Detection-API icon indicating copy to clipboard operation
Object-Detection-API copied to clipboard

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask

Results 28 Object-Detection-API issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.3 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.1.2 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

@theAIGuysCode Kindly make a repo for yolov4 deployment as well. Same/similar approach is not working for it. How shall I make an API for YOLOv4?

if someone send non-image file (ex: app.py, detect.py, virus something etc), there are two problem first, if there is file that has same name, it wolud be overwritten so that...

from yolov3_tf2.models import YoloV3, YoloV3Tiny File "E:\OD-2\Object-Detection-API\yolov3_tf2\models.py", line 5, in from tensorflow.keras import Model ModuleNotFoundError: No module named 'tensorflow.keras'

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

Dear Author, I was running the Object Detection API code on Google Colab. But when I am running app.py code, it gives me this error at the production WSGI Server....

# Description - While dealing with multiple GPUs, Memory Growth needs to be constant `tf.config.set_visible_devices(physical_devices[0:1], 'GPU')` ## Reference [https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/framework/config.py](url) ## Type of change Please delete options that are not relevant....

Hello, I found a performance issue in the definition of `transform_targets_for_outpu`t, yolov3_tf2/dataset.py, [`tf.range(tf.shape(y_true)[1])`](https://github.com/theAIGuysCode/Object-Detection-API/blob/0bb410969f78777b6e4897d409a1ef32a686fbbd/yolov3_tf2/dataset.py#L19) will be calculated repeatedly during program execution, resulting in reduced efficiency. I think it should be created...

ive ran everything correctly and it worked for awhile. then, this happened.... ``` Traceback (most recent call last): File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\tensorflow_core\python\training\py_checkpoint_reader.py", line 95, in NewCheckpointReader return CheckpointReader(compat.as_bytes(filepattern)) RuntimeError: Unsuccessful TensorSliceReader constructor:...