-
HI Christian,
i've read your paper and it really makes sense - in fact i've been looking for a similar approach as i'm working on "text recognition in the wild" Currently i have a VGG-like arch in Ke…
-
I trained one class model by darknet.exe, cfg as follows,
after changed batch = 1 and subdivisions =1, I tried running yolo2_light.exe with trained model
It just crashed with useless message while…
-
Hi,
Do you know how to calculate the maximum GPU memory usage when train a model? So that I can change the SCALE size of input image.
Actually I found that when I trained the model with the original…
-
Hi, first of all, thanks for the wonderful work!
I want to use it for webcam real-time detection. The framerate currently is around 4fps. Is there any way to increase it? I noticed that in the orig…
-
def extract_boxes(self,new_im):
cont = []
new_im=new_im.astype(np.uint8)
ret, thresh=cv2.threshold(new_im, 127, 255, 0)
p, contours, hierarchy=cv2.findContours(
thresh, cv…
-
Hello, I've managed to run the tracker correctly with video as input, and I'm using YOLOv2 for generating box detections,but I got really bad results for the tracking, here is the snipet of the code …
-
Hi@AlexeyAB, thank you for your great contribution.
I have a question which puzzled me a lot these days.
We have about 60000 types of images with labels, for example
image: img0-0.jpg label:0
i…
-
INFO:tensorflow:processing layer 20
INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/beta: [1024]=1024
INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/gamma: [1024]=1024
INFO:tensorflow:yolo2_darknet/…
-
Before starting, let me thank you for this great resources.
This may not the proper place to report bug cases for yolo2_light project, but I could not find the issue section in that project.
When…
bhkim updated
7 years ago
-
hi, where is yolo2? I can't find the code about it ...