Closed quangnguyen-uoa closed 1 year ago
I don't have enough information to debug the issue. Here are some guesses
my image size is 600x800 and the objects height range from 24 to 120. Do u think the size is too big ? i would appreciate if u could have a look at my dataset (sent via email). I will definitely cite your work when i finish this paper
could you use the letterbox()
to resize and pad it to 416x416?
https://github.com/inspire-group/DetectorGuard/blob/main/utils/dataset.py#L18
you can send me the dataset, but I can't promise when I will have time to take a look at it. Unfortunately, training models for customized datasets is always a tricky process.
by the way, there is another repository that does not involve bagnet training, which might be easier for you to use https://github.com/inspire-group/ObjectSeeker
Thanks alot !! i haven't read this repo but is this still a defense for backdoor attack
ObjectSeeker and DetectorGuard consider the same threat model: test-time adversarial patch attacks. they are not primarily designed for the backdoor attack, though they might work for localized backdoor triggers at the test time
Hi im using train_bagnet script code to train for my own traffic sign dataset but the loss didn't seem to decrease much and bagnet33 keeps predicting objects as background after few epochs. I already find New feature map size of my input using bagnet33. What did i do wrong