yolov3-tf2 icon indicating copy to clipboard operation
yolov3-tf2 copied to clipboard

YoloV3 Implemented in Tensorflow 2.0

Results 108 yolov3-tf2 issues
Sort by recently updated
recently updated
newest added

训练过程中的参数调整,能否明确描述一下啊

(yolov3-tf2-cpu) (venv) M:\MachineLearning\yolov3-tf2>python train.py --dataset ./data/voc2007_train_stone.tfrecord --val_dataset ./data/voc2007_val_stone.tfrecord --classes ./data/stone.names --num_classes 1 --mode fit --transfer dark net --batch_size 4 --epochs 20 --weights ./checkpoints/yolov3.tf --weights_num_classes 80 Traceback (most recent call last):...

ValueError: Error when checking input: expected input to have 4 dimensions, but got array with shape (416, 416, 3)

I'm loading in my own data via the tfrecords file. First, I am getting the error: ` ValueError: Input 0 is incompatible with layer yolov3: expected shape=(None, 416, 416, 3),...

I'm training on a 1 class dataset that has relatively small objects. When training I noticed that the loss on Output 3 is huge compared to the others but eventually...

Hallo, I want to ask that why my video is detacted successfully only in the beginning and then all labelling disapperar. Thank you in advance.

I have received a yolov3 model or the weights of a yolov3 model that was trained with darknet from AlexeyAB. If I now perform the transformation of the weights I...

when we generate tf record, bounding box is scaled based on original image size. When we load image and resize in load_tfrecord_dataset method, i suppose bounding box also needs to...