Washed out/ Beige Images in Tensorboard using Google Colab
Zappytoes opened this issue · 5 comments
I'm testing out this implementation on a small subset of the DOTA dataset using Google Colab. The training is going fine, but the the images in Tensorboard are washed out and beige. Could there be an issue with the images when they converted to a tfrecord, or is there some issue with Tensorboard? I'm using tensorflow-gpu = 1.13.1 & tensorboard 1.13.1
I just tested it and my tensorboard shows no problem
@Zappytoes
In addition, your second and third images are the same, both are horizontal boxes, which is problematic. It should be a rotating box and a horizontal box. I suggest you update the code again. @Zappytoes
@yangxue0827 ok, thank you, will update.
@yangxue0827 I was using the non-rotational in code in FPN_Tensoflow folder and the rectangular labels in labelTxt-v1.0/trainset_reclabel_Txt, so maybe that's how the gt boxes should look.
The problem was with a bad edit i did to read_tf_record_multi_gpu.py in the image normalization step (line #80). So it was user error...