Nguyễn Duy Cương
Nguyễn Duy Cương
@Cartucho that's an acceptable solution. Do you have any plan to implement this? Btw, i think the processing time of this tool is not good enough. When i tested on...
@Cartucho Great! i will try it and feedback to you
@Cartucho this is the output of `python -m cProfile main.py -na -np` > 22.73% = backpack AP 85.94% = bed AP 17.52% = book AP 14.29% = bookcase AP 23.48%...
Hi @Cartucho , i just checked the lastest code, it's good, even for the speed. I added function to script "convert_gt_xml.py" to convert VOC's ground truth files to your format...
So weird that no one can explain this issue. My code worked normally with 2 classes but It had problem with 5 classes
> Yes I saw that, but in one of my predictions I got a text that is totally not in the tsv file (I follow your previous method). So I...
Maybe the number of classes was changed
@stefanstojanoski I had the same trouble with you. Did you find the way to solve it? @zhreshold Do you have any release for mobilenet 300x300?
@stefanstojanoski @zhreshold I have following error when convert: Traceback (most recent call last): File "/home/prdcv/Downloads/pycharm-community-2018.1.3/helpers/pydev/pydevd.py", line 1664, in main() File "/home/prdcv/Downloads/pycharm-community-2018.1.3/helpers/pydev/pydevd.py", line 1658, in main globals = debugger.run(setup['file'], None, None,...
@stefanstojanoski i know i could do it but my purpose is to build a network as small as possible. Now im trying to modify mobilenet's network in Mxnet as similar...