C-3-Framework icon indicating copy to clipboard operation
C-3-Framework copied to clipboard

About Res50 accuracy on ShanghaiTechB

Open ckcraig01 opened this issue 4 years ago • 5 comments

Dear Author, thank you fro providing this awesome framework. I have trained the Res50 model with ShangHaiTechB dataset but only get MAE with 8.4 instead of 7.7 (reported), is there any hyperparameter setting that required?

ckcraig01 avatar Nov 08 '19 19:11 ckcraig01

Thanks for your amazing working @gjy3035. I also got a result which around MAE 8.4. Could you please give us any suggestion?

Thanks for your question. @ckcraig01 I got a quite similar result to you. Could you please give me any suggestion?

Much appreciated.

haoranD avatar Dec 12 '19 14:12 haoranD

maybe compare the setting.py and config.py in the results reports folder.

gjy3035 avatar Dec 12 '19 14:12 gjy3035

Thank you author, and @haoranD thanks. I have reviewed the setting.py/config.py, found that the differences are only on the size of val batch and the training epoch. but from "12-28_09-18_SHHB_Res50_1e-05.txt" I found from the log, the training can reach 7.7MAE in 200 epochs. So @haoranD please let me know if you have other discover

ckcraig01 avatar Dec 13 '19 02:12 ckcraig01

I upload the code that achieves MAE of 7.7, you can run it. Note that it is a python2 version.

code.zip

gjy3035 avatar Dec 13 '19 03:12 gjy3035

Cool, working on it. Cheers

haoranD avatar Dec 13 '19 10:12 haoranD