Skip to content
View LucaHermes's full-sized avatar

Highlights

  • Pro

Organizations

@HammerLabML
Block or Report

Block or report LucaHermes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DeepView DeepView Public

    This is an implementation of the DeepView framework that was presented in the paper Schulz, A., Hinder, F., & Hammer, B. (2020): https://www.ijcai.org/Proceedings/2020/319. Also available on Arxiv …

    Jupyter Notebook 19 4

  2. graph-unet-traffic-prediction graph-unet-traffic-prediction Public

    Hybrid UNet model for traffic prediction from traffic movies. The hybrid graph operation is a mixture of CNN and GNN operations to capture pixel topology and improve spatial generalization.

    Python 12 1

  3. lightweight-motion-forecasting lightweight-motion-forecasting Public

    A lightweight graph-convolutional model for skeletal human motion forecasting on the Human3.6M (H3.6M) dataset.

    Python 3

  4. Code to compute label informativenes... Code to compute label informativeness given an edge index and node labels as proposed by Platonov et al. (2022) Characterizing Graph Datasets for Node Classification: Beyond Homophily-Heterophily Dichotomy
    1
    from scipy.stats import entropy
    2
    import numpy as np
    3
    
                  
    4
    def label_informativeness(edge_index, labels):
    5
        '''