Bobholamovic / CDLab

Yet another repository for developing and benchmarking deep learning-based change detection methods.
The Unlicense
196 stars 30 forks source link

--tb_on flag #2

Closed abreufilho closed 2 years ago

abreufilho commented 3 years ago

Is "--tb_on" flag working as intended?

On my code, whenever i enable "tb_on", i get the following message:

Traceback (most recent call last):
  File "train.py", line 68, in <module>
    main()
  File "train.py", line 64, in main
    raise NotImplementedError("Cannot find an appropriate trainer.")
NotImplementedError: Cannot find an appropriate trainer.

I have tried to modify some stuff but nothing makes the tensorboard summaries appear. Am i missing something or this functionality is not ready?

abreufilho commented 3 years ago

By the way, i am using OSCD dataset.

Bobholamovic commented 3 years ago

Note that currently OSCD does not support TensorBoard visualization because it contans more than three bands.

abreufilho commented 3 years ago

Alright. Would it be possible to to save at Tensorboard using only RGB or RGIR for visualization purposes only? Even if i am using all the bands in the training phase?

Bobholamovic commented 3 years ago

Yes, this is possible. And I'm considering adding this feature in the future.

Bobholamovic commented 2 years ago

Hi, OSCD dataset can now be trained with tb_on flag set. I'm closing this issue. If you have further questions, please do not hesitate to open another issue.