bytedance / FreeSeg

Apache License 2.0
123 stars 15 forks source link

trained model to test #11

Open buchannn opened 9 months ago

buchannn commented 9 months ago

I want to use the trained model to test it, where is the relevant code . Is it the test_with_TTA code?

FreeSeg commented 8 months ago

If you want to test the trained model, you can only add the config "--eval only" and "MODEL.WEIGHTS /path/to/model". The example code is listed in the README.