BiSeNet
BiSeNet copied to clipboard
Add bisenetv2. My implementation of BiSeNet
I want to train my own data. The images have two lables 0 (Plant) and 1(Rest). I've generated an annotation file and adapted the im_root and train/val_im_anns in the configuration...
add annotations
Although this is not the first time for me to hang out with the author, I would like to thank the author again for the code. I've almost reproduced the...
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...
Just for appreciating your work, which makes me laugh to tears.
Hello How are you? Thanks for contributing this project. I am going to train a new model with the supervisely-person-dataset. How can I prepare the training dataset? Could u provide...
I want to train on my own data. Can anyone give a short explaination on how to prepare and put the files?
HI, Thanks for your great work. Now I'm trying to train model based on myself data using single GPU and I already made a few modifications as your readme. But...
Bisenetv2
Bisenetv2 has come out, and my reproduction accuracy is only 66.7%. The author's paper is 73.6%. This bisenetv2 has better real-time performance. Would God be interested in reproducing it?