Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-zhang-cs committed Nov 14, 2023
1 parent 8d1f4df commit 2e69de6
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
</br>
<img src="resources/LOGO.png" width="200" />
<img src="https://raw.githubusercontent.com/bcmi/libcom/main/resources/LOGO.png" width="200" />

</div>

Expand All @@ -20,7 +20,7 @@
**_libcom_ is an image composition toolbox.** The goal of image composition is inserting one foreground into a background image to get a realistic composite image, by addressing the inconsistencies (appearance, geometry, and semantic inconsistency) between foreground and background. Generally speaking, image composition could be used to combine the visual elements from different images.
<div align="center">
</br>
<img src="resources/image_composition_task.gif" width="600" />
<img src="https://raw.githubusercontent.com/bcmi/libcom/main/resources/image_composition_task.gif" width="600" />
</div>

**_libcom_ covers a diversity of related tasks in the field of image composition**, including image blending, standard/painterly image harmonization, shadow generation, object placement, generative composition, quality evaluation, *etc*. For each task, we integrate one or two selected methods considering both efficiency and effectiveness. The selected methods will be continuously updated upon the emergence of better methods.
Expand All @@ -45,7 +45,7 @@ For more detailed user guidance and method description, please refer to our [[do

## Requirements

The main branch is built on the Linux system with **Python 3.8** and **PyTorch 1.10.1**. For other dependencies, please refer to [[conda_env]](requirements/libcom.yaml) and [[runtime_dependencies]](requirements/runtime.txt).
The main branch is built on the Linux system with **Python 3.8** and **PyTorch 1.10.1**. For other dependencies, please refer to [[conda_env]](https://github.com/bcmi/libcom/blob/main/requirements/libcom.yaml) and [[runtime_dependencies]](https://github.com/bcmi/libcom/blob/main/requirements/runtime.txt).

## Get Started
Please refer to [[Installation]](https://github.com/bcmi/libcom/blob/main/docs/get_started.md) for installation instructions and [[documents]](https://libcom.readthedocs.io/en/latest/) for user guidance.
Expand All @@ -59,7 +59,7 @@ Please refer to [[Installation]](https://github.com/bcmi/libcom/blob/main/docs/g

## License

This project is released under the [Apache 2.0 license](LICENSE).
This project is released under the [Apache 2.0 license](https://github.com/bcmi/libcom/blob/main/LICENSE).

## Bibtex

Expand Down
Binary file removed resources/LOGO.png
Binary file not shown.
Binary file removed resources/controllable_composition.png
Binary file not shown.
Binary file removed resources/fopa_heat_map_network.png
Binary file not shown.
Binary file removed resources/fos_score_FOS-E.png
Binary file not shown.
Binary file removed resources/fos_score_FOSD.png
Binary file not shown.
Binary file removed resources/fos_score_FOSE.png
Binary file not shown.
Binary file removed resources/image_composition_pipeline.png
Binary file not shown.
Binary file removed resources/image_harmonization_CDTNet1.png
Binary file not shown.
Binary file removed resources/image_harmonization_PCTNet.png
Binary file not shown.
Binary file not shown.
Binary file removed resources/painterly_image_harmonization_PHDNet.png
Binary file not shown.
Binary file removed resources/shadow_generation_controlnet1.png
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_ext_modules():
cur_dir = os.path.dirname(os.path.abspath(__file__))
setup(
name='libcom',
version='0.0.1.post4',
version='0.0.1.post7',
description='Image Composition Toolbox',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2e69de6

Please sign in to comment.