-
Hi, I ran the detector mAP scripts on the COCO dataset, (5k validation test images). But the mAP results don't match the ones on the site. Especially for the Tiny-Yolo3 case, the difference is quite h…
-
Hi
i using opencv 4.5 and i do detection and classification with models like yolo3 and yolo-tiny, it work perfect and found object coordinate successfully. but when i used some other models like alex…
-
Platform: ubuntu 16.04
Python version: 3.6
Source framework: mxnet (gluon-cv)
Destination framework: Tensorflow
Model Type: Object detection
Pre-trained model path: [https://gluon-cv.mxnet.io/bu…
-
When I use keras2.2.2 to import the layer instanceNormalization ,the error happened .What should I do?
The full error log like below
File "D:\yuyijie\kerasceshi\keras-yolo3\yolo_IN.py", line 5, in
…
-
如题
-
Hi,
I'm having some problems in processing a stream from a ZED camera with yolo3 (darknet) on a TX2.
I have done lots of tests and at the moment I'am trying to detect objects in an image loaded from…
-
I tried keras-yolo3 and wizyoung/YOLOv3_TensorFlow on i7 cpu.
```
wizyoung/YOLOv3_TensorFlow - 268 ms
keras-yolo3 - 332 ms (24% slower)
```
-
Hi, I am trying to train locally on my Mac without a GPU. Thank you Experiencor, I can train successfully on the raccoon dataset.
This is my config.json file:
`{
"model" : {
"min_i…
-
https://github.com/qqwweee/keras-yolo3/blob/e6598d13c703029b2686bc2eb8d5c09badf42992/yolo3/model.py#L196
Should the indexes be "[[3,4,5], [0,1,2]]" in else?
-
想问一下为什么训练过程会报出这样的错误呢?
Traceback (most recent call last):
File "D:/yolo3-pytorch-master/train.py", line 234, in
fit_one_epoch(net, yolo_loss, epoch, epoch_size, epoch_size_val, gen, gen_val, …