-
is that possible to train yolo3 with only one GTX 1080 (8G) on my own dataset? likely this is not possible only one GPU 8G , right?
-
When trying to run the BCCD example, with the data set and the code provided, the following error is displayed:
> blood_yolo %>%
fit_generator(
generator = train_blood_yolo_generator,
…
-
Hi,
I'm currently trying to increase detection speed on Geforce 1080TI with 11GB. Detection is running on a 4k video stream (3800x800) and the YOLOv3 input layer is width 896 and height 896 to incr…
-
Hi @AlexeyAB,
When we run the same video through yolo2_light (quantized) and yolov3, we observe the following difference :
Even though yolo3 fps is giving only 36 with live capture, the video mo…
-
I run the eval.py after i have completed training on Google Colab, but i keep getting this error :
File "/content/YOLOv3set/yolo3/loss.py", line 294, in yolo3_loss
grid, raw_pred, pred_xy, p…
-
Dear sir:
I modify the voc_lable.py for 16 classes and change yolov3-voc-cfg for classes=16, filters=63. and then train the voc.
At last run detect demo with my new weights and the result…
-
感谢楼主开源的代码
想要训练文字检测部分,使用text-train.ipyth时发生一下错误:
Using TensorFlow backend.
2019-03-06 19:53:29.854429: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this…
-
![B_M5SQ$)MZ1QFKPS6V`31%Q](https://user-images.githubusercontent.com/34112311/57577262-cbda0680-74a5-11e9-805a-8d1ede0a9ba7.png)
![T`JMNW6JIS}E%N`(}XBF2~K](https://user-images.githubusercontent.com/3…
-
initialize network with normal type
Loading weights into state dict...
Finished!
Traceback (most recent call last):
File "d:/yolo3-pytorch-master/yolo3-pytorch-master/train.py", line 210, in
…
-
i successfully trained a custom tiny yolo model using this repo [https://github.com/qqwweee/keras-yolo3](https://github.com/qqwweee/keras-yolo3) and working properly during the testing. However when p…