Hlings / AcroFOD

(ECCV2022) The official PyTorch implementation of the "AcroFOD: An Adaptive Method for Cross-domain Few-shot Object Detection".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box level augmentaion

TanFengji opened this issue · comments

May I ask where's the code for box-level domain-aware augmentation? Thank you.

Sure! You can refer to the code here

def copy_paste(im, labels, cp_type, p=0.9):
.