zhmiao / OpenLongTailRecognition-OLTR

Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
BSD 3-Clause "New" or "Revised" License
841 stars 128 forks source link

Fix readme and config errors #11

Closed drcege closed 5 years ago

drcege commented 5 years ago

There is no caffe argument in create_model function of ResNet10Feature.py. https://github.com/zhmiao/OpenLongTailRecognition-OLTR/blob/fc74b0a11e4be8b05e99cac25582b540f3a2cada/models/ResNet10Feature.py#L4


The parameter caffe in config is wrongly assigned to test argument, thus makes it always False.https://github.com/zhmiao/OpenLongTailRecognition-OLTR/blob/fc74b0a11e4be8b05e99cac25582b540f3a2cada/config/ImageNet_LT/stage_1.py#L19-L20 https://github.com/zhmiao/OpenLongTailRecognition-OLTR/blob/fc74b0a11e4be8b05e99cac25582b540f3a2cada/run_networks.py#L66-L70