Open sanggehouzhihoujue opened 6 years ago
@eragonruan
@sanggehouzhihoujue thanks for the sharing. For the first part about resnet101, I got this model from tensorflow/models. And I will re-check the second part soon.
Hi,@sanggehouzhihoujue Did you test the model on PASCAL VOC validation set? and train it on your own dataset? Thanks. I'm looking forward your reply
@shipeng-uestc I trained it on the VOC-person part dataset, but the result is not so good. There should be some differences from the original code in matlab.
Hi,@sanggehouzhihoujue . Thank you very much for your reply. Did you run the author's(@eragonruan ) demo.py? When I use the trained model from his link, some error about BN layer occurs. '''NotFoundError (see above for traceback): Key feature_fusion/Conv_37/BatchNorm/beta/ExponentialMovingAverage not found in checkpoint'''
@shipeng-uestc I ran the demo.py successfully. Do you create the dir named checkpoint?
@sanggehouzhihoujue I think my ckpt has some error. Can you share me an old code or ckpt? Thanks.
@shipeng-uestc Didn't you train it on the VOC ? The ckpt is conducted at the training stage. The ckpt trained by myself can't result in good performance. What's more, I only trained on the part dataset.
The original code is written in matlab, and the network architectures are appended in the code package. It's my honor to read your code in tensorflow, but there are some problems in your code different from the orignal network architectures. With respect, I list these codes in below pictures. I will be waiting for your reply.