Document manipulation detection with python
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/01/document-manipulation-detection-with-python_61e5e94b200c8-375x210.jpeg)
task: –> tianchi
function
- image segmentation
- salient object detection
seg
- use ResNeXT as encoder;
- use UNet framework;
- use DAHead as decode_head;
see seg model
mIoU:
usage
use make_dataset.py
to make the .tfrecord
files
python -W ignore train.py --batch_size $batch_size --niter $niter --lr $lr
todo
- refine the u2net
- add: EGNet
- data aug
- model fusion
GitHub