Skip to content
#

yolo

Here are 599 public repositories matching this topic...

yolov3
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

omg777
omg777 commented Apr 26, 2018

Thanks for your tutorial from scratch. It helps me a lot.
In article part 3, there are some codes you wrote. I copy that codes but some error for me.

model = Darknet("cfg/yolov3.cfg")
inp = get_test_input()
pred = model(inp)
print (pred)

TypeError: forward() missing 1 required positional argument: 'CUDA'

and I want to ask you that training module is the only left work

navisingh
navisingh commented May 4, 2018

Guys can you please, please update your documentation. Its really painful to figure out nuances.
It would really help if you gave some canonical examples for configuring cells with dynamic height. labels, html, etc. The documentation is is mixed between the legacy implementation and the current implementation.

husamkhateeb
husamkhateeb commented Jan 18, 2020

Using TensorFlow backend.
C:\Users\Home\Anaconda3\envs\Tensorflow\lib\site-packages\tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
_np_qint8 = np.dtype([("qint8", np.int8, 1)])
C:\Users\Home\Anaconda3\envs\Tensorflow\lib\site-packages\te

taehoonlee
taehoonlee commented Aug 31, 2018

The 2x down-sampling is one of the important operations in reference models. But, a convolution or a pooling with stride=2, padding='SAME' may result in different outputs over different deep learning libraries (e.g., TensorFlow, CNTK, Theano, Caffe, Torch, ...) due to their different padding behaviors.

For example (TensorNets syntax; but can be regarded as pseudo codes for other libraries),

opendatacam
florianporada
florianporada commented Nov 27, 2019

I stumbled upon this repo https://github.com/dataplayer12/homesecurity/ which uses the jetson for CCTV system.
Idea: use a raspberry pi zero with a pi-camera-module could be a simple solution for uses cases like: Hardware inside and camera module outside.

  • more secure since the pi only costs a fraction of the jetson
  • no cable connection between board and camera
  • option to connect more than
307509256
307509256 commented Dec 11, 2017

I find run.py is updated.

-# FLAGS.model = "darkflow/cfg/yolo.cfg" # tensorflow model
-# FLAGS.load = "darkflow/bin/yolo.weights" # tensorflow weights
-FLAGS.pbLoad = "tiny-yolo-voc-traffic.pb" # tensorflow model
-FLAGS.metaLoad = "tiny-yolo-voc-traffic.meta" # tensorflow weights

could you share the file of tiny-yolo-voc-traffic.pb and tiny-yolo-voc-traffic.meta ?
thank you very much!

Improve this page

Add a description, image, and links to the yolo 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 yolo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.