tiny-yolo-tensorflow icon indicating copy to clipboard operation
tiny-yolo-tensorflow copied to clipboard

Tiny yolov3 tensorflow

Results 4 tiny-yolo-tensorflow issues
Sort by recently updated
recently updated
newest added

cannot convergence when train coco dataset? Step 9116 : loss 2.923635482788086 loss_xy = 0.33255112171173096 loss_wh = 0.7143410444259644 loss_obj = 0.6986297369003296 loss_noobj = -0.0 loss_p = 1.1781134605407715 Step 9117 : loss...

Hi. I tried to train by Make train command. But, I can not finished training. as below ``` Traceback (most recent call last): File "/home/sounansu/anaconda3/envs/tiny-yolo-tensorflow/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1350, in _do_call return...

``` Traceback (most recent call last): File "test.py", line 60, in print(detect(im)) File "test.py", line 30, in detect return sess.run(prediction, feed_dict = {X:Xp}) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 905, in run run_metadata_ptr)...

I want to train my dataset by using your tensorflow version of tiny-yolov3, but when I train with only five categories of datasets, I can't always train. Can you give...