-
Thanks for sharing code.
Could you please explain how to use BiSeNet based on your code?
In the paper, the attention map should contain three components: skin, hair and other part, respectively.
Bu…
-
Hello, Dootmaan!
I want to apply it to BiSeNet, can you give me some advice?
-
Vitis-aiのgithub(https://github.com/Xilinx/Vitis-AI/tree/v1.2.1/Vitis-AI-Quantizer/vai_q_tensorflow)によると,
Vitis-ai1.2.1はtensorflow1.15を使っているようなので, tensorflow 1.xで動くモデルを用意する.
User Guide(https://www.…
-
When I run `python eval.py --model bisenet --backbone resnet18 --dataset citys `, It occurred this issue: TypeError: init() got an unexpected keyword argument 'local_rank' Could you help me to solve …
-
HI!
Im making faceswaping and need to have only one face on mask.
Espesially its important when faces located near each other.
I made it with making two step masking:
First with CropFaces crop…
-
I run the training code and test the performance of BiseNet-v1 and BiseNet-v2. The single mIOU is **75.30%** for v1 and **74.18%** for v2. As for the FPS, I didn't turn the model into tensorrt but d…
-
C:\Users\97328\.conda\envs\torch\python.exe "E:\A_Deep learning model\BiSeNet\tools\train_amp.py"
Traceback (most recent call last):
File "E:\A_Deep learning model\BiSeNet\tools\train_amp.py", li…
-
谢谢您的工作! BiSeNet是否已经支持?
-
1. Would you be putting the official code for BiSeNet V2?
2. What is the license?
-
Get:
```
--------------------ERROR--------------------
Error Type:
Given groups=1, weight of size [64, 3, 3, 3], expected input[1, 4, 360, 486] to have 3 channels, but got 4 channels instead
…