Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection of various changes #3

Open
wants to merge 5 commits into
base: augment_tfdataset
Choose a base branch
from

Conversation

linakrisztian
Copy link

@linakrisztian linakrisztian commented Aug 14, 2024

Includes following changes:

  • Support of reading vrts beside tifs PR
    • fix: if input given as .vrt output will be exported as .tif
  • Change input/output dimension for train-finetune PR
  • Add label_colors-txt filename as optional argument PR (und fix-PR)

@linakrisztian linakrisztian changed the title support of reading vrts beside tifs (#2) Collection of various changes Aug 14, 2024
* implement FCN (ctu-geoforall-lab-projects#45)

* BaseModel classifier: support turning off onehot encoding

* fix typo in error message

* propagate summary definitions

allow changing the summary width

* VGG: fix wrong kwargs in get_config

* detect.py: support more TF versions for setting seed

* support of changing input and output channel dimension for finetune models

* remove non relvant changes from PR

* cleanup and comment changes

* checkout code-stand metz

* fix setting model weights

* fix load model weights

* AW review

---------

Co-authored-by: Ondrej Pesek <[email protected]>
Copy link
Owner

@metzm metzm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks! One small improvement would be nice: if input imagery are vrts, make sure that detection results get a correct tif file ending. Currently, tifs are created with a vrt file ending.

@linakrisztian
Copy link
Author

Looks good to me, thanks! One small improvement would be nice: if input imagery are vrts, make sure that detection results get a correct tif file ending. Currently, tifs are created with a vrt file ending.

Yes good hint, I changed it (within visualization.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants