FreeSeg icon indicating copy to clipboard operation
FreeSeg copied to clipboard

trained model to test

Open buchannn opened this issue 1 year ago • 1 comments

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

buchannn avatar Dec 08 '23 07:12 buchannn

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.

FreeSeg avatar Dec 24 '23 19:12 FreeSeg