Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to graph class (px2ang and max_neighbors are added) #66

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2022

  1. Update graphx.py

    Added max_neighbors argument to find_neighbors method
    saimani5 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f7ef8dc View commit details
    Browse the repository at this point in the history
  2. Update graphx.py

    Turned on return_sorted to cKDTree
    saimani5 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a0cb6b7 View commit details
    Browse the repository at this point in the history
  3. Update graphx.py

    Added max_neighbors as an argument to get_neighbors
    saimani5 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    842f92f View commit details
    Browse the repository at this point in the history
  4. Update graphx.py

    saimani5 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    58ae67b View commit details
    Browse the repository at this point in the history
  5. Update graphx.py

    saimani5 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4a719b1 View commit details
    Browse the repository at this point in the history
  6. Update graphx.py

    Made the graph symmetric when max_neighbors is used
    saimani5 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    31e81f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update graphx.py

    saimani5 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    35ed3d8 View commit details
    Browse the repository at this point in the history
  2. Update graphx.py

    saimani5 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    284ae64 View commit details
    Browse the repository at this point in the history
  3. Update graphx.py

    saimani5 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    922f2a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Update graphx.py

    Added px2ang as an argument for the graph class. Right now, self.coordinates_ang is used for finding the neighbors but uses self. coordinates to form the nx_graph and to plot so that the plots are made in pixel units.
    saimani5 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bc503f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Update fcnn.py

    Added n_channels argument for the ResHedNet which now incorporates the images with multiple channels
    saimani5 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    211c087 View commit details
    Browse the repository at this point in the history
  2. Update fcnn.py

    Added n_channels (number of input channels) to all the nets in the fcnn.py file
    saimani5 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    89466da View commit details
    Browse the repository at this point in the history
  3. Update fcnn.py

    Added n_channels argument to the method init_fcnn_model
    saimani5 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    cb82fcf View commit details
    Browse the repository at this point in the history