-
Ask for help,in your code,you use _ious[cell_ind, a, :] = ious_reshaped[cell_ind, a, i],
I think _ious[cell_ind, a, :] = anchor_ious[a, i]
-
@AlexeyAB @misko @r0l1 how to execute the yolov2_light source code on linux systems
-
Hi,
I am adapting yolo2 to deal with 3D images. One problem I encountered is that the tensor flow function space_to_depth does not exist for that many dimensions. Does anyone have experience with…
-
Hi @experiencor ,
Thanks for your great work.
I have some question about prediction and training.
About training: i've trained on my own dataset(one class, images and bound boxes took from image-ne…
-
full_yolo_backend.h5,Where should I download it from, have anyone got it?
hldxg updated
6 years ago
-
I would like to retrain the network on a custom dataset of food items. I'm sort of new to this. Are there instructions about how to do it? I am looking at ` torch.utils.data.Dataset` but am not sur…
-
This fork contains interesting results of model conversion: https://github.com/gplhegde/darknet/tree/master/extra
We can expect similar implementation in your fork ?
I think it's very helpful to us…
Rus-L updated
6 years ago
-
ModuleNotFoundError: No module named 'preprocessing'
![screenshot from 2018-06-18 17-42-41](https://user-images.githubusercontent.com/21102921/41524010-9a88732c-72f9-11e8-93f9-5aee08d9ae22.png)
-
Weights for full yolo are not available on link available in readme. Where can I find the weights for full yolo?
-
in fronted 68 line:
output = Lambda(lambda args: args[0])([output, self.true_boxes])
self.model = Model([input_image, self.true_boxes], output)
what that mean? I m complete confuse with this pa…