-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
169 changed files
with
18,897 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,295 @@ | ||
:orphan: | ||
|
||
Examples Gallery | ||
================= | ||
|
||
Below is the gallery of ``pygmtools`` examples (categorized by the backend). | ||
|
||
.. warning:: | ||
|
||
The examples are under construction. Will be updated very soon. | ||
|
||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnails"> | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> | ||
|
||
Jittor Backend Examples | ||
----------------------- | ||
|
||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnails"> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example is an introduction to pygmtools which shows how to match isomorphic graphs. Isomor..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_isomorphic_graphs_thumb.png | ||
:alt: Introduction: Matching Isomorphic Graphs | ||
|
||
:ref:`sphx_glr_auto_examples_jittor_plot_isomorphic_graphs.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Introduction: Matching Isomorphic Graphs</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="Seeded graph matching means some partial of the matching result is already known, and the known..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_seed_graph_match_thumb.png | ||
:alt: Seeded Graph Matching | ||
|
||
:ref:`sphx_glr_auto_examples_jittor_plot_seed_graph_match.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Seeded Graph Matching</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match a smaller graph to a subset of a larger graph."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_subgraphs_thumb.png | ||
:alt: Discovering Subgraphs | ||
|
||
:ref:`sphx_glr_auto_examples_jittor_plot_subgraphs.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Discovering Subgraphs</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by graph matching solvers provided by pygmtools..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_image_matching_thumb.png | ||
:alt: Matching Image Keypoints by QAP Solvers | ||
|
||
:ref:`sphx_glr_auto_examples_jittor_plot_image_matching.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by QAP Solvers</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by neural network-based graph matching solvers...."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_deep_image_matching_thumb.png | ||
:alt: Matching Image Keypoints by Graph Matching Neural Networks | ||
|
||
:ref:`sphx_glr_auto_examples_jittor_plot_deep_image_matching.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by Graph Matching Neural Networks</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to fuse different models into a single model by pygmtools. Model fusion ..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/jittor/images/thumb/sphx_glr_plot_model_fusion_thumb.png | ||
:alt: Model Fusion by Graph Matching | ||
|
||
:ref:`sphx_glr_auto_examples_jittor_plot_model_fusion.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Model Fusion by Graph Matching</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
/auto_examples/jittor/plot_isomorphic_graphs | ||
/auto_examples/jittor/plot_seed_graph_match | ||
/auto_examples/jittor/plot_subgraphs | ||
/auto_examples/jittor/plot_image_matching | ||
/auto_examples/jittor/plot_deep_image_matching | ||
/auto_examples/jittor/plot_model_fusion | ||
|
||
PyTorch Backend Examples | ||
------------------------- | ||
|
||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnails"> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example is an introduction to pygmtools which shows how to match isomorphic graphs. Isomor..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_isomorphic_graphs_thumb.png | ||
:alt: Introduction: Matching Isomorphic Graphs | ||
|
||
:ref:`sphx_glr_auto_examples_pytorch_plot_isomorphic_graphs.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Introduction: Matching Isomorphic Graphs</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="Seeded graph matching means some partial of the matching result is already known, and the known..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_seed_graph_match_thumb.png | ||
:alt: Seeded Graph Matching | ||
|
||
:ref:`sphx_glr_auto_examples_pytorch_plot_seed_graph_match.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Seeded Graph Matching</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match a smaller graph to a subset of a larger graph."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_subgraphs_thumb.png | ||
:alt: Discovering Subgraphs | ||
|
||
:ref:`sphx_glr_auto_examples_pytorch_plot_subgraphs.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Discovering Subgraphs</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by graph matching solvers provided by pygmtools..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_image_matching_thumb.png | ||
:alt: Matching Image Keypoints by QAP Solvers | ||
|
||
:ref:`sphx_glr_auto_examples_pytorch_plot_image_matching.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by QAP Solvers</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to match image keypoints by neural network-based graph matching solvers...."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_deep_image_matching_thumb.png | ||
:alt: Matching Image Keypoints by Graph Matching Neural Networks | ||
|
||
:ref:`sphx_glr_auto_examples_pytorch_plot_deep_image_matching.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Matching Image Keypoints by Graph Matching Neural Networks</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbcontainer" tooltip="This example shows how to fuse different models into a single model by pygmtools. Model fusion ..."> | ||
|
||
.. only:: html | ||
|
||
.. image:: /auto_examples/pytorch/images/thumb/sphx_glr_plot_model_fusion_thumb.png | ||
:alt: Model Fusion by Graph Matching | ||
|
||
:ref:`sphx_glr_auto_examples_pytorch_plot_model_fusion.py` | ||
|
||
.. raw:: html | ||
|
||
<div class="sphx-glr-thumbnail-title">Model Fusion by Graph Matching</div> | ||
</div> | ||
|
||
|
||
.. raw:: html | ||
|
||
</div> | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
/auto_examples/pytorch/plot_isomorphic_graphs | ||
/auto_examples/pytorch/plot_seed_graph_match | ||
/auto_examples/pytorch/plot_subgraphs | ||
/auto_examples/pytorch/plot_image_matching | ||
/auto_examples/pytorch/plot_deep_image_matching | ||
/auto_examples/pytorch/plot_model_fusion | ||
|
||
|
||
.. only:: html | ||
|
||
.. container:: sphx-glr-footer sphx-glr-footer-gallery | ||
|
||
.. container:: sphx-glr-download sphx-glr-download-python | ||
|
||
:download:`Download all examples in Python source code: auto_examples_python.zip </auto_examples/auto_examples_python.zip>` | ||
|
||
.. container:: sphx-glr-download sphx-glr-download-jupyter | ||
|
||
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip </auto_examples/auto_examples_jupyter.zip>` | ||
|
||
|
||
.. only:: html | ||
|
||
.. rst-class:: sphx-glr-signature | ||
|
||
`Gallery generated by Sphinx-Gallery <https://sphinx-gallery.github.io>`_ |
Binary file added
BIN
+292 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+305 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+268 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+309 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+312 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+308 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.1 KB
docs/auto_examples/jittor/images/sphx_glr_plot_deep_image_matching_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+20.5 KB
docs/auto_examples/jittor/images/sphx_glr_plot_image_matching_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+68.7 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+24.7 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.8 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.2 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+88.2 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+66.5 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.6 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+14.8 KB
docs/auto_examples/jittor/images/sphx_glr_plot_isomorphic_graphs_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+8.54 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_001.png
Oops, something went wrong.
Binary file added
BIN
+77.4 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_002.png
Oops, something went wrong.
Binary file added
BIN
+19.7 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_003.png
Oops, something went wrong.
Binary file added
BIN
+14.9 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_004.png
Oops, something went wrong.
Binary file added
BIN
+15.2 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_005.png
Oops, something went wrong.
Binary file added
BIN
+98.4 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_006.png
Oops, something went wrong.
Binary file added
BIN
+70.2 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_007.png
Oops, something went wrong.
Binary file added
BIN
+14.6 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_008.png
Oops, something went wrong.
Binary file added
BIN
+14 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_009.png
Oops, something went wrong.
Binary file added
BIN
+14.8 KB
docs/auto_examples/jittor/images/sphx_glr_plot_seed_graph_match_010.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+89.1 KB
docs/auto_examples/jittor/images/thumb/sphx_glr_plot_deep_image_matching_thumb.png
Oops, something went wrong.
Binary file added
BIN
+100 KB
docs/auto_examples/jittor/images/thumb/sphx_glr_plot_image_matching_thumb.png
Oops, something went wrong.
Binary file added
BIN
+34.9 KB
docs/auto_examples/jittor/images/thumb/sphx_glr_plot_isomorphic_graphs_thumb.png
Oops, something went wrong.
Binary file added
BIN
+39.2 KB
docs/auto_examples/jittor/images/thumb/sphx_glr_plot_model_fusion_thumb.png
Oops, something went wrong.
Binary file added
BIN
+47.2 KB
docs/auto_examples/jittor/images/thumb/sphx_glr_plot_seed_graph_match_thumb.png
Oops, something went wrong.
Binary file added
BIN
+33.6 KB
docs/auto_examples/jittor/images/thumb/sphx_glr_plot_subgraphs_thumb.png
Oops, something went wrong.
Oops, something went wrong.