RenzhiDaDa

Results 4 comments of RenzhiDaDa

> Updated to gcc7 and it worked. It seems gcc 4.8.5 doesn't go with it. I think you are right!!!

当我make all的时候出现的是undefined reference to cv::imread(std::__cxx11::basic_string。。。。。。。 查询opencv版本是2.X 不能开opencv=3! 解决办法: 查到原因是gcc编译器的版本太新了!!!不能用gcc-5.2版本的,需要降回到gcc-4.8版本的。 当gcc降级完成之后,make all就能成功了!!!

I agree with @xytpai. When I check the code ,i find the encode.py has the difference between the paper and the code.the paper sets the CLS_THRESH =0.05,but this code uses...

> > Hi @lj-ij, please check the `num_classes` is the same as your own dataset. > > hi, I have tried to checked my num_classes, it seems that the only...