PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
how to change the function of box selection?
hi~ I want to use soft-nms replace nms in yolov3,some people tell me to change the "box.c" in darknet。but I don't know how to set darknet in this project. What should I do?
thx!