hakS

Results 7 comments of hakS

@jesuisthanos I'm also dealing the same problem (cannot load image "*****.txt") an mention it that we should save the file as UTF8 format, do you mean train.txt by that ??

@zhengshoujian thank you for your reply. But my question now is that I don't know how to organize my images file and my masks file in the data file for...

@aimhabo Hi, I have recently started dealing with this repo and I don't get it how I can organize my data knowing that I have images and ground truth(masks) files??...

@ArtyZe @aimhabo I followed the steps in the readme for the training 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, "_img.jpg",...

@ArtyZe thank you very much ...

@ArtyZe i appreciate your help

@nolanliou 1)converting to tflite format : `tflite_convert ----output_format=TFLITE --inference_type=FLOAT --inference_input_type=FLOAT --input_arrays=sub_2 --input_shapes=1,224,224,3 --output_arrays=ResizeBilinear_2 --output_file=/Users/Karizma/Downloads/deeplabv3_mnv2_pascal_trainvall/frozen-224.tflite --graph_def=/Users/Karizma/Downloads/deeplabv3_mnv2_pascal_trainvall/frozen-224.pb --mean_values=128 --std_dev_values=127 --allow_custom_ops --post_training_quantize` ![60801396-ced43900-a16e-11e9-8a6d-e9374beea91a](https://user-images.githubusercontent.com/34586193/61039428-a21a5e80-a3c6-11e9-8cbb-fab692000774.png) ![60801386-c8de5800-a16e-11e9-9a5f-ca319de7b0ee](https://user-images.githubusercontent.com/34586193/61039429-a2b2f500-a3c6-11e9-82f6-cb5b886e35c8.png) 2) pre-process and post-processing codes: i referred to this...