Tung-I / Dual-awareness-Attention-for-Few-shot-Object-Detection

94 stars 16 forks source link

about 30shots inference? #39

Open LXYrsy opened 2 years ago

LXYrsy commented 2 years ago

When I use the provided model for 30 shots of the inference,support_im_paths = random.sample(support_im_paths, k=self.testing_shot) code error,Seems like support set doesn't have enough images for each class. can you give me new support set?thanks