This is the code for paper: "ReFocusEraser: Refocusing for Small Object Removal with Robust Context-Shadow Repair".
- [2026.02] Release the inference code.
- [2026.02] This repo is created.
- Release the pretrained weights
- [✅]
Release the inference code
Run the following command to try our model:
python inference.py \
--img_path /path/to/imgs \
--mask_path /path/to/masks \
--output_path /path/to/output\
--flux_path /path/to/FLUX.1-dev \
--lora_path /path/to/ReFocusEraser_Checkpoint