MENet:Multi-level feature fusion network with edge information enhancement
October 17, 2024 · View on GitHub
environment
1.python=3.8.19
2.torch=1.13.0+cu117
3.others packages can be found at requirement.txt
start
conda create --name myenv python=3.8.19
conda activate myenv
pip install -r requirements.txt
Training/Testing/evaluating
train.py and test.py implement training and testing functions respectively.
eval.py is used to evaluate our model
Results
Acknowledgement
Our code is extended from the following repositories. We thank the authors for releasing the codes.
●BGNet
●PVT