:bulb: PseudoDiffusers: paper/code review and experimental findings related to computer vision generation and diffusion-based models
See the codeThis is the repository of PseudoDiffusers team.
:bulb: Our aim is to review papers and code related to computer vision generation models, approach them theoretically, and conduct various experiments by fine-tuning diffusion based models.
참여 방법: 매주 수요일 오후 9시, 가짜연구소 Discord Room-DH 로 입장!
DiffInject: Revisiting Debias via Synthetic Data Generation using Diffusion-based Style Injection
Donggeun Ko*, Sangwoo Jo*, Dongjun Lee, Namjun Park, Jaekwang KIM
CVPR 2024 Workshop
PDF
git clone https://github.com/Pseudo-Lab/text-to-image-generation.git
pip install jupyter-book==0.15.1
pip install ghp-import==2.1.0
Change the contents in book/docs folder with the following format and update _toc.yml file accordingly
- **Title:** {논문 제목}, {학회/학술지명}
- **Reference**
- Paper: [{논문 링크}]({논문 링크})
- Code: [{code 링크}]({code 링크})
- Review: [{review 링크}]({review 링크})
- **Author:** {리뷰 작성자 기입}
- **Edited by:** {리뷰 편집자 기입}
- **Last updated on {최종 update 날짜 e.g. Apr. 12, 2023}**
:::{figure-md}
<img src="{주소}" alt="{tag명}" class="bg-primary mb-1" width="{800px}">
{제목} \ (source: {출처})
:::
_toc.yml file accordinglyformat: jb-book
root: intro
parts:
- caption: Paper/Code Review
chapters:
- file: docs/review/vae
- file: docs/review/gan
jupyter-book build ./book
cd pseudodiffusers
git add .
git commit -m "adding my first book!"
git push
ghp-import -n -p -f book/_build/html -m "initial publishing"
HTML
93.7%
CSS
2.9%
JavaScript
2.5%
:bulb: PseudoDiffusers: paper/code review and experimental findings related to computer vision generation and diffusion-based models
See the codeThis is the repository of PseudoDiffusers team.
:bulb: Our aim is to review papers and code related to computer vision generation models, approach them theoretically, and conduct various experiments by fine-tuning diffusion based models.
참여 방법: 매주 수요일 오후 9시, 가짜연구소 Discord Room-DH 로 입장!
DiffInject: Revisiting Debias via Synthetic Data Generation using Diffusion-based Style Injection
Donggeun Ko*, Sangwoo Jo*, Dongjun Lee, Namjun Park, Jaekwang KIM
CVPR 2024 Workshop
PDF
git clone https://github.com/Pseudo-Lab/text-to-image-generation.git
pip install jupyter-book==0.15.1
pip install ghp-import==2.1.0
Change the contents in book/docs folder with the following format and update _toc.yml file accordingly
- **Title:** {논문 제목}, {학회/학술지명}
- **Reference**
- Paper: [{논문 링크}]({논문 링크})
- Code: [{code 링크}]({code 링크})
- Review: [{review 링크}]({review 링크})
- **Author:** {리뷰 작성자 기입}
- **Edited by:** {리뷰 편집자 기입}
- **Last updated on {최종 update 날짜 e.g. Apr. 12, 2023}**
:::{figure-md}
<img src="{주소}" alt="{tag명}" class="bg-primary mb-1" width="{800px}">
{제목} \ (source: {출처})
:::
_toc.yml file accordinglyformat: jb-book
root: intro
parts:
- caption: Paper/Code Review
chapters:
- file: docs/review/vae
- file: docs/review/gan
jupyter-book build ./book
cd pseudodiffusers
git add .
git commit -m "adding my first book!"
git push
ghp-import -n -p -f book/_build/html -m "initial publishing"
HTML
93.7%
CSS
2.9%
JavaScript
2.5%