-
Traceback (most recent call last):
File "D:\unet3\UNet3Plus-main\UNet3Plus-main\train.py", line 494, in
flag=fit_one_epoch(model_train, model, loss_history, eval_callback, optimizer, epoch,
…
-
Traceback (most recent call last):
File "train.py", line 202, in
lr=args.lr, device=device, img_scale=args.scale, val_percent=args.val / 100)
File "train.py", line 95, in train_net
sc…
-
hi, I using "UNet3Plus_DeepSup" network to train, meeting a problem:"masks_pred = net(imgs)" in train.py,the masks_pred is a tuple which contains 5 values. then, I confusing how to compute "masks_pre…
-
Dear all,
I hope you're going well.
I would like to use the given exemple using Unet3p on Oxford Pet dataset with a dataset containing gray images as input (masks have 3 labels, namely 1 2 3).
…
-
i train the v3 with my own data that with lables 0:backgrounbd and 1:portrait, just two classes ,so the n_classes=1 , but you masks labels are 1-255 , and my train loss is not change and the test res…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/Paddle…
-
![image](https://github.com/user-attachments/assets/c16c6021-a875-4e32-8b4b-dc272b3ab253)
is that wrong?
-
* Good to go with datacubes for inference
-
The new datacube version training has bad performance
Training looks alright, though not great
IoU and F1 = 0
![grafik](https://github.com/initze/thaw-slump-segmentation/assets/4864803/6361d22…
-
from paddleseg.models import UNet3Plus,在定义model = UNet3Plus(in_channels=3, num_classes=2)能正常训练,打开deepsup和CSM,model = UNet3Plus(in_channels=3, num_classes=2, is_deepsup=True, is_CGM=True),训练报错。
报错代码…