-
Hi @ruiminshen, thanks for the project.
Could you show me how should I train for the yolo v1 (Tiny)?
Do I need to change the config.ini file? (I already downloaded the datasets VOC)
Thanks
-
The demo in original repo (https://github.com/experiencor/keras-yolo2) is in python2. I installed the necessary library of python3 and try to run prediction:
python3 predict.py -c config.json -w mobi…
-
Hi, I've cloned the code today and try the training and got the following error
```bash
python3 train.py
/home/leoara01/work/yolo2-pytorch/darknet.py:214: UserWarning: Implicit dimension choice f…
-
Every time I run this code some steps,my computer will crash. My computer have 8g memory ,gtx1060 NVIDIA. I set batch_size=1
I use 'top' command to monitor the usage of memory ,the memory and nvid…
-
1. I cannot understand why `true_boxes` need to be passed into YoloLayer.
`conf_delta *= tf.expand_dims(tf.to_float(best_ious < self.ignore_thresh), 4)`
this line filter out some elements which mat…
muye5 updated
6 years ago
-
The link https://1drv.ms/f/s!ApLdDEW3ut5fec2OzK4S4RpT-SU doesn't have full_yolo_backend.h5 anymore, anyone can send me one or tell me where to find it? Thanks
-
Hi -
I know input training images are scaled to the input layer (I believe the input is 416x416 for yolo 2), but are there convergence issues if the images are smaller than that size? Some interpola…
-
@AlexeyAB
-
When I run the YOLOv2_ZeroCostDL4Mic notebook locally, I get an error in section 4.1, The error code is " train('config.json', full_model_path, percentage_validation) ". It seems that there is a prob…
-
I tried quantized YOLOv3 on Volta GPU.
But, it didn't seem to be run on Tensor Core.
CUDNN documentation in 2.8.2 recommends to use "CUDNN_DATA_INT8x32 " for Tensor Core operations.
https://docs.nv…