Nikos Giakoumoglou

Results 5 issues of Nikos Giakoumoglou

In the training of the CNN, the input is of size ```(5,5,30)``` instead of ```(30,5,5)``` and as a result the model handles the input as an image of size 30x5...

How can I use ADAM optimizer with betas and epsilon in YOLOv3 and YOLOv3 cfg files (learning rate and weight decay I can set)?

Excellent work on the implementation. I've successfully pruned various YOLOv5 models by adjusting the width and height multipliers. However, I'm encountering an issue: I seem unable to prune any models...

How can I use Copy-Paste for Object Detection with models such as Faster R-CNN in Detectron2?