-
Updated
Jun 2, 2020 - Python
ssd
Here are 351 public repositories matching this topic...
Per my understanding, the functions bunched together in the sub-directory tf_extended are meant to supplement the SSD implementation using standard TensorFlow functions, but it is not the same as TFX - Tensorflow Extended. Is this correct?
If that's the case, perhaps a modification to the readme will help newcomers avoid conflating the two. I'm willing to
-
Updated
Mar 24, 2020 - Python
I am Android engineer,just follow tutorial "https://docs.opencv.org/3.4.0/d0/d6c/tutorial_dnn_android.html" linked there to find "MobileNetSSD_deploy.caffemodel" file but there is another one ; when i use the file "MobileNet_deploy.caffemodel"
the output is not work as expected
-
Updated
May 2, 2020 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Apr 5, 2020 - Python
Hi Lufficc,
Thank you for your great work!
May I know as a new learner, is there any more easy understand setup tutorial for the my_dataset.py and the rest of the file configure?
Because I'm trying to reproduce your code in my work station. but your Develop Guide for me is a bit confusing.
Looking forward for your reply. Thank you so much
-
Updated
Jun 2, 2020 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Mar 17, 2020
-
Updated
Jun 2, 2020 - Python
This would give us a better starting point for getting a Kubernetes cluster up and running in the future.
Maybe also using the GraalVM with native binaries. As we didn't use reflection and other stuff which would prohibit the use of native binaries the only thing now is that we moved to Java 13 and the GraalVM just started to support Java 11.
box_coords = np.array([int(x) for x in
。。。。。
ulc_x, ulc_y, lrc_x, lrc_y = box_coords
ValueError: not enough values to unpack (expected 4, got 0)
-
Updated
Oct 18, 2018 - Python
-
Updated
Jul 31, 2019 - Python
-
Updated
Feb 5, 2020 - C#
-
Updated
May 23, 2019 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Sep 1, 2019 - MATLAB
-
Updated
Nov 15, 2019 - Python
-
Updated
Apr 13, 2020 - Jupyter Notebook
Mac OSX 10.14.1 (18B75)
Traceback (most recent call last):
File "yolo_opencv.py", line 98, in
draw_prediction(image, class_ids[i], confidences[i], round(x), round(y), round(x+w), round(y+h))
File "yolo_opencv.py", line 39, in draw_prediction
cv2.rectangle(img, (x,y), (x_plus_w,y_plus_h), color, 2)
TypeError: only length-1 arrays can be converted to Python scalars
-
Updated
Jan 10, 2018 - Python
Improve this page
Add a description, image, and links to the ssd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssd topic, visit your repo's landing page and select "manage topics."
The readme has a small section about how to tweak BadgerDB to consume less memory. However, the section doesn't really describe any of the parameters in depth or allow the reader to be able to make an educated guess on how much memory his/her BadgerDB instance will consume.
The reason I'm bringing this up is that we're heavily using BadgerDB in our software but the options around it feel like a