TensorFlow-Advanced-Segmentation-Models icon indicating copy to clipboard operation
TensorFlow-Advanced-Segmentation-Models copied to clipboard

A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.

Results 11 TensorFlow-Advanced-Segmentation-Models issues
Sort by recently updated
recently updated
newest added

I was testing the UNet model along with a mobilenetv2 and saw that there are a lot non-trainable params, which I could not explain. I quick lookup in the model...

support to save model in .h5 format, this commit only support UNet model, but other model just in the same way

Is there exist performance issue when training or forward model pass? take UNet for example, ··· def call(self, inputs, training=None, mask=None): ··· ![企业微信截图_16566568825370](https://user-images.githubusercontent.com/23691273/176837488-05235b6c-97ae-42aa-9345-d768b5fb8e0a.png) when training or prediction, self.backbone(inputs) is calculated...

Hi there! I have been using your repository quite extensively and I must say, I really like it so far! So thank you very much! I do have one question...

Hi, My dataset is made of 1 channel images, how can I use the models in this library with such a configuration ? thank you !

It seems that the lines with BS, C, H, W =x.shape are good only for channels_first and there is no code for BS, H, W, C. Also, what are the...

I had uncommented the checkpoint and tried to save the model. It generated `saved_model.pb` file. Below are the warning messages when the model was saved. ``` callbacks = [ tf.keras.callbacks.ModelCheckpoint("DeepLabV3plus1.ckpt",...

Awesome project! If I could make a feature request, Microsoft's recent Swin Transformer seems to be a sota model in many tasks including semantic segmentation, and it would be great...

![logo](https://github.com/JanMarcelKezmann/TensorFlow-Advanced-Segmentation-Models/blob/3714839ee49759b26e2b0ae3d3a0aa37b00df962/images/tasm%20logo%20big%20white%20bg.PNG) I was reading the README and noticed that there is a spelling error in the project logo, where instead of segmentation it says "segmeNAtion". I believe that to improve...

Hi! Would you consider adding HRNet trained on imagenet dataset to your backbone networks? I am really looking forward to that