openseg-group / OCNet.pytorch

Please choose the openseg.pytorch project for the updated code that achieve SOTA on 6 benchmarks!
MIT License
812 stars 128 forks source link

Multi scale testing problem #38

Closed JiYuanFeng closed 5 years ago

JiYuanFeng commented 5 years ago

Can this project support multi scale testing? thank!

PkuRainBow commented 5 years ago

We have provided the parameter TEST_USE_MS to support multi-scale testing.

JiYuanFeng commented 5 years ago

Sorry ! I think I am wrong. actually i am wondering to know is the project support Multi-GPU testing

PkuRainBow commented 5 years ago

You can infer that we support multi-gpu if you have checked the eval.py, We recommend you to spend some efforts before you ask for help

JiYuanFeng commented 5 years ago

Thank you for your suggestion. Actually I have view your code for several times, and I realize the problem is the fix size in cityscape data set, which mean you can simply use other guys' code and directly use the parallel module in pytorch. This implement is not suitable for some unfix data set. On the Whole, Thanks for your contribution. At last, We also recommend you spend more efforts to respect to the simple or maybe “stupid” problems.