hakS
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)  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`   2) pre-process and post-processing codes: i referred to this...