-
@AlexeyAB ,
Hi, will you update your yolo2_light as yolo3_light by adding yolo3_tiny in the near future ? Thank you for your great existing jobs.
-
I‘ve trained my yolo as your demo,but the kmodel cant run continuously,as it says RAM not enough.但是我把yolo变小(把卷积核调小)后,会卡死在kpu.run_yolo2这一步,五六分钟都没有输出结果。请问是我训练出错了吗
-
When I run gen_anchors.py or train.py, it occurs :
Traceback (most recent call last):
File "gen_anchors.py", line 5, in
from preprocessing import parse_annotation
File "/home/liuweihuang/…
-
Is the following script correct to train yolo2 with mobilenet?
python3 train.py -b 64 -lr 1e-3 -e 160 -m cache/name=cache_voc model/name=model_voc model/dnn=model.mobilenet.MobileNet train/optimiz…
-
@AlexeyAB Hey, I tried int8 version for tiny yolo2 but it only localizes the object but does not classify the class of the object. does this code only localize the objects and not classify ?
Thank…
-
Dear all:
I have been training this network thousands of iterations, but I nearly cannot find any change about the loss value. So what's wrong? Does anyone have validated its validity?
![yolo](h…
-
Hello, I'm trying to train yolo on my own dataset for tadpole detection, but it can't seem to load the weights that I specify in the config.json file.
I tried using the "Full Yolo" architecture p…
-
ImportError: /home/zgx/mask_recognition/yolo2-pytorch-master/layers/reorg/_ext/reorg_layer/_reorg_layer.so: undefined symbol: __cudaRegisterFatBinaryEnd
-
hmm....I have to ask this old question for yolo2. If I have custom data, How to modify the framework?
-
![yolo6](https://user-images.githubusercontent.com/14336679/38808172-ccb33078-419c-11e8-9f84-64219ee1f411.JPEG)
![yolo4](https://user-images.githubusercontent.com/14336679/38808173-ccf2297c-419c-11e8…