jessiffmm

Results 15 comments of jessiffmm

I have the same problem. I execute: python3 load_weights.py --weights ./weights/yolov3-voc_custom.weights --output ./weights/yolov3-custom.tf --num_classes 8 But I got the following error: bn_weights = bn_weights.reshape((4, filters))[[1, 0, 2, 3]] ValueError: cannot...

Hi, I use the next config: ![captura de pantalla de 2018-11-19 23-33-56](https://user-images.githubusercontent.com/15524618/48739264-bd780400-ec53-11e8-95aa-59527b2910d2.png)

@vinay0410 Okk Thanks!!

Hi @vinay0410 I get this problem in my project. I have a trained network in keras, tensorflow and Darknet. I load the network in keras and I used it. Then...

Hi, I used dl-DetectionSuite/sampleGenerator/simpleSampleGenerator/main.py . How can I use sampleGenerator? Because I haven't found information about how to use it. I don't know what configuration file I have to use....

Hi, I get that I need config file, because I don't know what configuration file I have to use. I want to label my images manually. My images have format...

Hi @vinay0410 Perfect, I will try it. Other thing, do you know some web which have information about how can I build my own yolo netwok? Thanks!!

Hi @vinay0410 I try to use SampleGenerationApp but I get some errors. 1-I have the config.yml: outputPath: /home/vanejessi/dl-DetectionSuite/DeepLearningSuite/build/SampleGenerationApp/annotations/ detector: deepLearning inferencerImplementation: yolo inferencerNames: /opt/datasets/names/label_yolo.names inferencerConfig: /opt/datasets/cfg/yolov3-voc.cfg inferencerWeights: /opt/datasets/weights/yolov3-voc_17000.weights reader: directory...

82 Type not recognized: [yolo] Unused field: 'mask = 6,7,8' Unused field: 'anchors = 10,13,16,30,33,23,30,61,62,45,59,119,116,90,156,198,373,326' Unused field: 'classes = 80' Unused field: 'num = 9' Unused field: 'jitter = .3'...

I'm triying to introduce this type of layer in the detectionsuite.