Replies: 1 comment 3 replies
-
Hi @dalqattan Which version of Yolo are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I tried to implement Adversarial Patch - PyTorch - YOLO notebook here
I faced two issues
First: Model definition
When I run the Model definition code I got this error
I change the line 58 to
self.compute_loss = ComputeLoss(self.model)
SO I got no error
However, I faced another error
Second: Detector Predictions on Benign Images
When I run the Detector Predictions on Benign Images code, I got this error
Any help please.
Many Thanks
Duaa
Beta Was this translation helpful? Give feedback.
All reactions