-
https://www.kaggle.com/akashdeepjassal/tf-hub-inception-resnet
https://www.kaggle.com/sajinpgupta/object-detection-yolov2
-
Hello, and thanks for your work.
I would like to use a network I trained using https://github.com/AlexeyAB/darknet/ It accepts 576x320x3 input and predicts 4 classes.
I started by converting the…
-
Hello. I have read your medium article, nice job.
I have 2 question
1) why you didn't use just yolo where it does both detection and classification?
2) Did you convert your final model to tensorflo…
-
```
Create Tiny YOLOv3 model with 6 anchors and 80 classes.
Load weights /DATA/xyolo/xyolo/xyolo_data/keras_weights.h5.
Freeze the first 42 layers of total 44 layers.
2021-01-31 18:03:41.533 | INF…
-
YoloV3 appears to have a lot of improvement over V2 that I think our existing and future project could greatly benefit from. If it is not a huge undertaking I'd like to propose support for YoloV3.
…
-
```
> ` File "/mnt/A446358F4635636A/KOPka/The_Newcomers-master/potholes_detection/predict.py", line 96, in
_main_(args)
File "/mnt/A446358F4635636A/KOPka/The_Newcomers-master/potholes_detec…
-
on TensorFlow 2.0
```
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\tmp\yolo_test.py", line 2, in
from darkflow.net.build import TFNet
File "C:\Program Files\Python37…
-
I wanted to load YOLOv3 model and retrain it using provided pre-trained model.
I got stuck for a while on this error :
`ValueError: Layer #1 (named "conv2d_1"), weight has shape (3, 3, 32, 64), b…
-
Hi,
I tried running your code and this is what I encountered:
```
λ py dourflow.py bird.jpeg
Using TensorFlow backend.
2018-10-10 18:31:03.236078: I T:\src\github\tensorflow\tensorflow\core…
-
Hi @AlexeyAB
i came across a problem where i used tensorflow for but i want to do it all in YOLO itself without using tensorflow.
I want to classify a image for example as "image of cars" instead…