hakS

Results 15 issues of hakS

> python3 demo.py --weights_file yolov3.weights --class_names coco.names --input_img dog.jpg --output_img ./out.jpg > WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see: *...

I am trying to follow the example https://mxnet.incubator.apache.org/versions/master/faq/recordio.html and create my own dataset for training using MXnet. My data is organized as specified in the example: /data file1.jpg file2.jpg ![Capture...

hi,I started recently dealing with object segmentation and I want to know what are the output points positions of the segmentation operation ### (the points positions of the detector edge)...

I want to know if can use this repo for training my custom dataset??

@DrSleep Hi sir, I wish you can help me with this, ### System information What is the top-level directory of the model you are using: https://github.com/tensorflow/models/tree/master/research/deeplab ** Have I written...

@cainxx thanks for the project it works fine for me, but if you don't mind I want to ask you about deeplab real-time segmentation on ios, can you help me

@zhengshoujian first of all I want to thank you for your project it's really helpful. My project is iris and detection and segmentation I have already trained my pretrained model...

@zhengshoujian I followed this steps for trainging the pretrained model on my dataset 1)put label images(0-1) and original images(RGB) together:(_seg.bmp+_img.jpg) ![Capture du 2019-04-23 10-53-26](https://user-images.githubusercontent.com/34586193/56572043-20304b80-65b6-11e9-9b99-57ce7545fe59.png) 2)modified in find_replace fonction ( find_replace(labelpath,...

i tried to compile the source code with `make -j6` but i got this error > include/darknet.h:14:14: fatal error: cuda_runtime.h: Aucun fichier ou dossier de ce type #include "cuda_runtime.h" ![Capture...

sir excuse me if my issue doesn't relate to this repo, but I will appreciate any help. i used deeplab model on real-time ios application but what i got is...