-
Hi @longcw ,
Thank you for sharing this awesome implementations. Actually I found this is the only one which runs as fast as YOLO's original darknet C code. I have some questions:
Is is possible…
-
I'm implementing a model base on your original model with different width, height grid (28x7) according to this paper https://new.hindawi.com/journals/mpe/2018/3518959/
I got error when running the…
-
Hi,
When I try the demo I always get
`Traceback (most recent call last):
File "demo.py", line 63, in
bbox_pred, iou_pred, prob_pred, image.shape, cfg, thresh)
File "/export/mlrg/aelnou…
-
@weiliu89 Hi, could you release the code of DSSD, which is a very interesting work?
-
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]
-
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
-
full_yolo_backend.h5,Where should I download it from, have anyone got it?
hldxg updated
6 years ago
-
@AlexeyAB @misko @r0l1 how to execute the yolov2_light source code on linux systems
-
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…
-
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)