KuoEuran

Results 19 comments of KuoEuran

@murdockhou @deep-rooteddz @mipsan Hi, everyone I am using @hunglc007 's orginal detect.py to detect my own yolov4-tiny-int8.tflite. Unfortunately, it shows the same error as @mhyeonsoo ![image](https://user-images.githubusercontent.com/70742122/123543459-24051d00-d781-11eb-9752-8be129c25ae4.png) My command: python detect.py...

@AdamCuellar Hi, how you converted the SAM in AlexeyAB darknet weight to tflite? Can you give me some advice? tks

@AdamCuellar Thank you for your replying.

@tomkisiela @atomrun39 @kaunghtetsan275 @w840401 @drahmad89 Hi, everyone I also meet the problem ![image](https://user-images.githubusercontent.com/70742122/123603776-caf2c300-d82c-11eb-9be8-938e9a6acd58.png) Did anyone solve the problem? please give me some adivce, tks

@aditya-5842 Thank you for your great work, I have a question about the depthwise separable convolution convert from weights to tflite, do you have any idea about this?

@immuhammadadil Hi, Did you have any idea about the issue :https://github.com/hunglc007/tensorflow-yolov4-tflite/issues/422? I have stuck by conversion of separable depthwise convoution. If you have any ideas, please give me some advice,...

Hi, I think you need to go core/config.py to change the anchor box setting.

@kyleskom Hi, I have interested in this prediction code! I have some questions. 1.Have you used the LSTM model to predict? Or just use regression model? 2. Have you tried...

> Same problem and I've confirmed several times that I have Microsoft Visual C++ 14.0 > ![image](https://user-images.githubusercontent.com/35593733/106365972-ed62dc00-6373-11eb-91bf-a65a155a81b6.png) > > So I guess that's not the problem. Does this have to...

@t01051 I use the tflite.float 16 model to convert kmodel, and I also meet the problem, can you show me how to solve the problem clearly? thank you