tanluren
tanluren
> Hi,How the mAP on the coco2017 ? and can you tell me the madds and the size of the model? Thanks! Hi, I have not trained on COCO. The...
可以包含,即有image没label文件,但train.txt要指定所有image的路径,你上面的错误很可能是train.txt为空
嗯,是我没看仔细。但问题还是差不多,你去到test那一步了,测试集读取为空,构建dataset失败, 你看看你的test.txt里面是不是空的,或者图片是否符合以下格式:'.bmp', '.jpg', '.jpeg', '.png', '.tif'
源码的推理计算和u版有点不一样,具体差异未研究。源码训练的weights可以直接在u用,但u转化后的weights在源码跑的置信度偏低,但框是准的。目前解决方法是拿到源码稍微微调一下就正常了
嗯有意思。。。有空写多几个支持的结构。其实也不难
Hi, sorry I did not notice your issue. this is the [model](.https://drive.google.com/open?id=1iOsNqQSNanTrbtNYQ5WNSZyxtXHZfjfZ) it's trained from scratch and for 150000 batches only,mAP 60 on VOC, more training steps are required. Training...
https://drive.google.com/open?id=1iOsNqQSNanTrbtNYQ5WNSZyxtXHZfjfZ
Hi ,you can wrap the model with keras.utils.multi_gpu_model in train.py ,refer to the example in yolo.py
你好,无法退出具体是什么表现呢?cpu环境?会不会卡住了?小点bs?
但是你不是可以去到xx epochs compledted in xx那里么?你的finish和end是摆在哪个位置的?试试把torch.cuda.empty_cache()注释掉?1.3版本还不了解呢