zhanghongsir
zhanghongsir
Do you know? I can't find it
Have you downloaded the Hollywoods dataset? Can you send it to me.
How is MAP = 0.70 calculated?
你好,你能提供一下Hollywood数据集的下载链接吗?我下载不了这个数据集
Do you get good results in your dataset? How about map?
I didn't adjust the LR of the code. It's 0.001
Do I need to turn it down?
thank you very much,but I transformed my data set into VOC format, and only forecast one class. Last night, after I set LR to 0.0001, in the fourth epoch, loss...
my batchsize=5, My training set has 10461 pictures, val set and test set have 500 pictures, and I only use darknet53_feature_mx.pth.Those tricks have also been used. I saved the model...
Hello, if I only need to predict one class, I only modify voc_class = ('People ',) and num_class = 1 in vocdata.py. Do I need to change the network structure...