VLCounter icon indicating copy to clipboard operation
VLCounter copied to clipboard

How to test on carpk?

Open zaqai opened this issue 1 year ago • 2 comments

zaqai avatar Oct 21 '24 07:10 zaqai

In test_carpk.py, you import Counter_vit_tc_unet_info, which I can't find its implementation. image

In addition, you didn't implement these. image

zaqai avatar Oct 21 '24 07:10 zaqai

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

Seunggu0305 avatar Nov 19 '24 04:11 Seunggu0305