-
Hi, @charlesq34,
Thanks for your nice work, I have two questions as follows:
1. I modified the train.py in your old "pointnet" version and use it to train the newly-updated sem_seg model, however,…
-
- List models
- Justification (in internal)
-
i previously used unet architecture to perform semantic segmentation. now ive tried to enlarge the model size as i have 8 tesla v100s.
```
model = sm.Unet(BACKBONE, input_shape=(800,800,3), encod…
ghost updated
4 years ago
-
I plugged the DGCNN model into my semantic segmentation framework in which I use other models like PointNet or PointNet++ without problems. At training time everything is fine and I get pretty good ac…
-
Relevant section from the [CODEX preprint](https://www.biorxiv.org/content/early/2018/02/05/203166):
> A 3D segmentation algorithm was therefore created to combine information from the nuclear stai…
-
请问您有打算发行tensorflow版本的代码吗
-
I would like to train the model to get the road segmentation, is it possible on this code?
intvo updated
5 years ago
-
I have tried to train GCN model using ResNet152. However, when I tried to test the model it gave me the following error. I also had the same issue with the MobileNetV2.
Loading model checkpoint we…
-
### System information
- **What is the top-level directory of the model you are using**: /tensorflow/models/research/deeplab
- **Have I written custom code (as opposed to using a stock example scr…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [X] I am reporting…