Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoqincode/focus-on-your-instruction
[CVPR 2024] Focus on Your Instruction: Fine-grained and Multi-instruction Image Editing by Attention Modulation
https://github.com/guoqincode/focus-on-your-instruction
Last synced: 13 days ago
JSON representation
[CVPR 2024] Focus on Your Instruction: Fine-grained and Multi-instruction Image Editing by Attention Modulation
- Host: GitHub
- URL: https://github.com/guoqincode/focus-on-your-instruction
- Owner: guoqincode
- License: apache-2.0
- Created: 2023-12-13T08:17:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T03:28:30.000Z (8 months ago)
- Last Synced: 2024-08-01T18:33:33.059Z (3 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 94
- Watchers: 18
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-diffusion-categorized - [Code
README
# Focus-on-Your-Instruction (CVPR2024)
This repository contains the official implementation of the paper [Focus on Your Instruction: Fine-grained and Multi-instruction Image Editing by Attention Modulation](https://arxiv.org/abs/2312.10113).## ToDo
- [ ] **Release Inference Code.**
- [ ] **Release inference code that combines grounding-sam (more accurate segmentation, but potentially slower, and at the same time, grounding-sam has no reasoning ability).**## Citation
```tex
@inproceedings{
guo2023focus,
title={Focus on Your Instruction: Fine-grained and Multi-instruction Image Editing by Attention Modulation},
author={Guo, Qin and Lin, Tianwei},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2024}
}
```