HENRY亨利

Results 10 comments of HENRY亨利

I think your question quite similar to [this one](https://github.com/AlexeyAB/yolo2_light/issues/15)

@AlexeyAB Thanks for your kind reply. Let me check

Now one problem is resolved. But when I try to use GPU and OPENCV =1 I get this error In file included from ./src/main.c:7:0: ./src/additionally.h:32:38: fatal error: opencv2/core/fast_math.hpp: No such...

I have followed that step. I comment line 32. ![annotation 2019-01-17 072807](https://user-images.githubusercontent.com/46762805/51285338-817dd700-1a29-11e9-9bad-b1aeef8862e7.jpg)

I am using Linux, OpenCV version 3.1 ![cv2](https://user-images.githubusercontent.com/46762805/51285563-4203ba80-1a2a-11e9-8dca-778f356807b4.jpg)

> > I have followed that step. I comment line 32. > > ![annotation 2019-01-17 072807](https://user-images.githubusercontent.com/46762805/51285338-817dd700-1a29-11e9-9bad-b1aeef8862e7.jpg) > > It requires **cuDNN >= 7.1.1** https://github.com/AlexeyAB/yolo2_light#yolo2_light ![cuda](https://user-images.githubusercontent.com/46762805/51286165-cbb48780-1a2c-11e9-849e-d7f85896fa85.jpg)

Could you please help me a little more regarding label names. I want to display the name of the labels also in the picture. Which file I should modify? ![annotation...

And what about the training procedure? I have modified your [yolo config file](https://github.com/AlexeyAB/yolo2_light/blob/29905072f194ee86fdeed6ff2d12fed818712411/bin/yolov3.cfg#L25) which also include "input_calibration=" parameter is there any mistake in my training command? ![train](https://user-images.githubusercontent.com/46762805/51305928-24107700-1a77-11e9-9fca-df331690c5cf.jpg)

I have to design an INT model of yolov3. I need to train in INT. Can you please guide me which repo i must use? Do you have any repo...

I am actually using Yolov3. I have trained the model in Yolov3 . And I am having weights from yolo v3. But I noticed this thing in your code. I...