VLCounter
VLCounter copied to clipboard
How to test on carpk?
In test_carpk.py, you import Counter_vit_tc_unet_info, which I can't find its implementation.
In addition, you didn't implement these.
I only fixed the code in test.py and missed the necessary updates for the other datasets. Apologies for that.
You can fix it as follows.
from .models.Counter_vit_tc_unet_info import Counter to from .models.VLCounter import Counter
I've also updated the code in the main branch, so please refer to that.
The arguments enc and prompt at script file are implemented at model class