Anas Khayata

Results 6 comments of Anas Khayata

Hi @deboc, Thank you for the very helpful training instructions in: https://github.com/deboc/py-faster-rcnn/blob/master/help/Readme.md Finally i successfully trained Inria dataset , But how i will do the test? I mean, I tried...

did you find any solution for this problem? I am getting same problem but with visual studio 2017. I think the module is built with 2015.

@Hugh0120 did you solved the issue? I am facing the same problem? thanks

Is anyone succeeded in training YOLO over **windows** ? (the test is working but the output weight file from training is not detecting anything) if so, could you please refer...

@abhigarg yes, I also finished the training successfully but the output weight file is not detecting anything when I made that train on windows. that's why I think there is...

@abhigarg I solved the saving weight issue. It needs to change in @AlexeyAB fork in two position (https://github.com/AlexeyAB/yolo-windows) : first: src/parser.c you should change the line FILE *fp = fopen(filename,...