Kiana Alikhademi, Ph.D.
Kiana Alikhademi, Ph.D.
hi everyone, I am using YOLOv3 to detect water towers in a picture. I have 4 channels in my data which is RGB + infrared. I was wondering if anyone...
Hi I am running convert.py on darknet original weights. It does not produce any error but it does not produce yolov3.tf although I put it as the output file. It...
Hi, Thanks for the simple and yet great implementation of yolov5. I prepared my data using the instructions in prepare_data.py. You mentioned that we should create anchors using create_anchor.py. However,...
I am training the detector on my dataset to detect one specific object ( number of classes is equal to 1). I use the yolo3.weights from original website. I do...
Hi, I would like to use your repo to run fasterRCNN on my custom dataset. I would like to validate if detections are TP,FP, and FN and use it to...
Thanks for your great repo! I have the following questions about the code: 1. In both online and target network, the feature map is learned before finding ROIs. I would...