-
@w-okada Thanks for nice work . I have converted the model into Tensorflow Json Format But During Conversion
-> Converting U2net ----> Tensorflow JS
-> openvino to tensorflow
I have get this error …
-
In `conv_unit` module, when `config.module == 'separable_adapter'`, the `conv_unit` will return three tensor `out, share_map, para_map`.
https://github.com/huangmozhilv/u2net_torch/blob/81949372ad321…
-
Hello,
First, thank you for share this code. I appreciate.
I have installed it using python 3.7 and tensorflow 2.1
But when I try to remove the background from leaves, sometimes the background is…
-
I stopped training model when `lr` was smaller than 3e-7 in before. Then I set the `min_lr` to 1e-8 and use the `resume_ckp` and `resume_epoch` to continue training. But i find the `lr` is resumed un…
-
Is it possible to realize this task?@NathanUA
-
Thanks for you amazing work. I learnt alot from your 2 papers. I had a few questions:
1) Why have you only used Cross entropy loss and not also ssim and iou as in basnet? How are advantages of thos…
-
I'm interested to retrain the model from scratch. It looks like the code expects a `train_data`folder, which doesn't exist. The readme mentions a bunch of datasets that you've trained on, but it seems…
-
Your work is so great, thank you for sharing your code!
I tried to inference some images using your model and your code.
Almost everything is good, but with some images, I receive warning:
data_l…
-
First,appreciate your excellent work!In the training set, I need a little guidance.
In BASNet, you detailed the composition of the training set,In this job, did you use the same training set during t…
-
First of all thanks for the amazing work on U-2-net. Now i am trying to train the model from scratch on my own dataset of 60k images which is larger than your dataset. I would like to know how i can i…