Robin Yadav

Results 8 comments of Robin Yadav

@albayrakonur Any update? I am also experiencing the same problem.

@SlavaKeshkov Hi, did you train on darknet with a custom dataset? I also used that repo for conversion(custom dataset with 1 class) but I get worse results.

@SlavaKeshkov Thanks for the quick reply. Are you talking about the IoU threshold or the confidence threshold?

Hi @zzh8829, I will try to implement a mAP score. I only have 1 class for training which might make it slightly easier. I am also thinking of implementing mAP...

Hi @miladfa7, I experienced this problem when training with 1 class too. However, I had my labelled images in separate tfrecords rather than 1 large tfrecord. This issue arises because...

@ayadgithub Is there a way to integrate this TensorflowSharp with Unity as the plugin provided by unity is deprecated.

@Keyang Hi, How did you integrate TensorFlowSharp with Unity. I get an error saying that TensorFlow namespace could not be found. Do I have to import the .dll file into...

Thank you @alejandro-n-rivera, your solution has worked for me too.