MART icon indicating copy to clipboard operation
MART copied to clipboard

Add YOLOv4 model

Open dxoigmn opened this issue 1 year ago • 2 comments

Some options:

  • https://github.com/Tianxiaomo/pytorch-YOLOv4
  • https://github.com/AlexeyAB/Yet-Another-YOLOv4-Pytorch (forked from https://github.com/VCasecnikovs/Yet-Another-YOLOv4-Pytorch)

I'm partial to the AlexeyAB repo.

dxoigmn avatar Jun 08 '23 16:06 dxoigmn

I veto https://github.com/Tianxiaomo/pytorch-YOLOv4 because it isn't torch-like due its use of self.inference state that smells a lot like self.training. That will cause all kinds of headaches.

dxoigmn avatar Jun 08 '23 21:06 dxoigmn

Interestingly, https://github.com/AlexeyAB/Yet-Another-YOLOv4-Pytorch implements "Self adversial training with fgsm": https://github.com/AlexeyAB/Yet-Another-YOLOv4-Pytorch/commit/ea3e0dc2c6d532de8d0ac342c0c9857a00056574

dxoigmn avatar Jun 16 '23 00:06 dxoigmn