Skip to content
#

ssd

Here are 369 public repositories matching this topic...

luca-moser
luca-moser commented Apr 14, 2020

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

mythrandire
mythrandire commented Mar 24, 2020

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

Zero23
Zero23 commented Mar 14, 2020

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

This repository allows you to get started with a gui based training a State-of-the-art Deep Learning model with little to no configuration needed! Training with TensorFlow has never been so easy.

  • Updated Jun 23, 2020
  • Python
sirix
vascobarbosa
vascobarbosa commented Apr 25, 2019

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

Improve this page

Add a description, image, and links to the ssd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ssd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.