Open gr8Adakron opened 4 years ago
@Raj-08 any help would be appreciated, thanks.
Hello @Raj-08 even i am facing the same issue,I would like to know how to resolve it. Thanks.
@gr8Adakron @innilarose Hi guys I apologise for not being able to reply on time as I was busy with my job.
Can you guys try this
cv2.imwrite("temp.jpg",output_image*255) ?
Hai @Raj-08, I tried the above and i am getting an output image like:
Is this problem related to my checkpoint file?
@innilarose can you post here your input image and input label?
@Raj-08 I am training the model with custom dataset of 200 images and 200 label images. I am not using PASCAL dataset. The input image:
The label image:
I am storing the results in log directory. I am using another image for evaluation in eval.py. I have provided the checkpoint path from the checkpoint.txt file. Evaluation input image:
Output:
if you arent using pascal then create_label.py wont work for you
We will have to create contours using some sort of edge detectors. Rjusnba@gmail.com. Kindly mail me on this , i will help you out
I am trying to train the model using my personal data, but the output I am getting is completely random(after saving its a pitch-black image). Sample images:
That's the input image and ground truth I am training on. As per the PASCAL dataset, there are multiple objects in the frame but for my dataset its just one object, which I have demonstrated using blue-pixel in GT.
My training command:
eval.py:
OUTPUT:
OUTPUT image after saving using cv2.imwrite: