RobotEdh

Results 6 comments of RobotEdh

Hello I have just released a procedure to train Yolov4 with Tensorflow based on Pascal VOC dataset But you can adapt it for other datasets the main difficulty for me...

hello, 1/ which training set do you use ? I never get nan 2/ my loss fucntion returns only xy_loss + wh_loss +obj_loss +class_loss , so you can't get only...

in fact, regrading the nan issue, i have the same error when i activate GPU. but in in this case i have also error to allocate memory for convolution redzone...

I have comitted a fix, you can try again

Hello Thai Hoc, Sorry for my late answer. Shortcut are managed with the boolean skip as parameter of the function **_conv_block** if skip is true, then this function generates an...

Sorry for my late answer. NMS is implemeted in the function do_nms with currenlty a threshold = 0.5. I didn't tried to add Bag of Freebies" augmentations for the training,...