-
I followed the tutorial and typed the following code.
```python
from keras_segmentation.models.unet import vgg_unet
model = vgg_unet(n_classes=51, input_height=416, input_width=608)
model.train(…
-
Hello,
I work a lot with Unets for satellite imagery for segmentation tasks, which is a popular satellite data/AI task. I'm interested in swapping out the typical Resnet/VGG encoder backbones with …
-
# Reference
**paper**
- 09/2018 [Searching for Efficient Multi-Scale Architectures for Dense Image Prediction](https://arxiv.org/abs/1809.04184)
- 10/2018 [Fast Neural Architecture Search of Compac…
-
hi, thank you for your work.
when i run the code:python train.py --regularization '3DCNNs',i meet the question:
Training MVSNet with 3 views
sample number: 27097
2D UNet with 32 channel output
2…
-
Hello. I cannot find the cross attention module named SS-Former in the implementation V2. The Generic_Unet returns anchor condition and segmentation only. Can you show me the corresponding position of…
-
想问下注意力机制你是怎么加进去呀?另外可以分享一下你编代码的通常流程吗?感激涕零
-
Could you please tell me what dataset the following models are pretrained on?
- SSD-MobileNet (dataset combinedNMS?) https://github.com/IntelAI/models/tree/master/benchmarks/object_detection/tensor…
-
Hi author, I would like to ask two questions:
1. whether the method is divided into 15 classes to train the classification model and segmentation model respectively
2. how to divide the training set…
-
Hello, Thanks for sharing the code. I found that the results of other comparative experiments were exactly the same as some papers, such as MALUNet, Transunet, swinunet, etc. Furthermore, when I run …
-
Hello All. when i executed semantic segmentation using unet code for 100 epochs, i got memory exhausted error and now i upgraded my system to 16GB RAM and i7 processor and executed the program. now my…