Firyuza

Results 9 comments of Firyuza

I changed this variable TF_INC="/home/firiuza/anaconda3/envs/yad2k/lib/python3.6/site-packages/tensorflow/include" in Makefile. So I think I have the right link. Thanks!

@EkaterinaPogodina Unfortunately, I couldn't fix it. But I converted this C++ code that requires build into Tensorflow.

@hosang I'm not sure that I did right conversion, but I tested it and it works. Hope you will understand my code, because it's not so easy to read :(...

How did you calculate mAP? On current solution I have 53.4%. But maybe my implementation of mAP is wrong.

@Tangzy7 Hi, thanks. I try it.

Do you know do we have to count FaslePositive if score of bounding box is less then score threshold?

@Tangzy7 Yes, I know that they do it, but I'm not sure is it right?

@cxf2015 Yes, it's right. We need to convert box coordinates to interval [0,1]. Because the ground truth coordinates are presented relative the image size. But when you train you network...

Hi all! I used **retrain_yolo** script. Retrain proccess completed successfuly, but when I tried to load **trained_stage_3_best.h5** using **load_model** method it throws: _raise ValueError('No model found in config file.') ValueError:...