deimsdeutsch

Results 20 issues of deimsdeutsch

Kindly add support for Object Detection using: https://github.com/AlexeyAB/darknet It is very fast and accurate. Particularly Yolov3 and Yolov3-tiny.

type:question

Hi, I have integrated a custom face detector in your code but i have noticed that the video is flickering. Tracker Settings ``` TrackerSettings settings; settings.m_useLocalTracking = m_useLocalTracking; settings.m_distType =...

bug

Hi, Any way to add multiple categories for the same box ? Thanks.

want enhancement

Currently i have to remove the image manually by copy and pasting the name from the command line by prev/next and then copy and issue the command in another windows....

want enhancement

/opt/github2/siamfc-tf# python3 run_tracker_evaluation.py Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in...

cannot work on python2

/opt/github2/SiamFC-TensorFlow# python3 experiments/SiamFC-3s-color-pretrained.py Traceback (most recent call last): File "experiments/SiamFC-3s-color-pretrained.py", line 20, in from scripts.convert_pretrained_model import ex File "/opt/github2/SiamFC-TensorFlow/scripts/convert_pretrained_model.py", line 26, in import siamese_model File "/opt/github2/SiamFC-TensorFlow/siamese_model.py", line 18, in from...

I am using the default configuration file and getting multiple detections on the same object. NMS is not working properly. Can you tell me why ?

Is there a way to store the best checkpoint among many so if somebody wants to store the best and not necessarily among every 20,000 checkpoints ? This way should...