-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: augment_tfdataset
Are you sure you want to change the base?
Collection of various changes #3
Conversation
* 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]>
There was a problem hiding this 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.
Yes good hint, I changed it (within |
Includes following changes:
.vrt
output will be exported as.tif