Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

  • Posts

  • Install OpenCV with python

    less than 1 minute read

    Published:

    An example of installing openCV with python3.

    #!/bin/bash
    
    # cmake command for openCV Installation
    
    PY3V="3.6"
    PYTHON3DIR="/usr/local/Cellar/python3/${PY3V}.3/Frameworks/Python.framework/Versions"
    
    cmake -DCMAKE_BUILD_TYPE=Release -DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules -DPYTHON3_PACKAGES_PATH=${PYTHON3DIR}/${PY3V}/lib/python${PY3V}/site-packages -DPYTHON3_LIBRARY=${PYTHON3DIR}/${PY3V}/lib/libpython${PY3V}m.dylib -DPYTHON3_INCLUDE_DIR=${PYTHON3DIR}/${PY3V}/include/python${PY3V}m ..
    

  • portfolio

    publications

    students

  • 1 Lyons

    Published:

    Machine Learning for High Energy Physics

  • 3 Huang

    Published:

    Cluster Shape for Tracking Reconstruction

  • 4 Chauhan

    Published:

    Robustness of the Exa.TrkX Tracking pipeline to noise hits

  • 5 Ballow

    Published:

    Accelerate ExaTrkX Inference with GPUs

  • 6 Xu

    Published:

    Accelerate ExaTrkX Inference with GPUs

  • 16 Akram

    Published:

    GNN for particle trackin in PANDA experiment

  • 7 Ding

    Published:

    Development of root_gnn software package

  • 8 Lin

    Published:

    Development of root_gnn software package

  • 12 Huang

    Published:

    Heterogeneous GNN and Language Models for HEP

  • 9 Reed

    Published:

    Graph Neural Network for Tau identification

  • 2 Wang

    Published:

    Apply ExaTrkX pipeline to Large Radius Tracking (LRT)

  • 15 Schroff

    Published:

    MC Tuning with MC Uncertainties, jax based MC Tuner

  • 11 Xu

    Published:

    GNN for Top physics and Generative Models for HEP

  • 10 Pham

    Published:

    Deep Generative Models for Hadronic Interactions

  • 13 Chen

    Published:

    development of jax based MC Tuner, hadronic interactions simulation

  • 14 Yuen

    Published:

    development of jax based MC Tuner

  • 17 Melkani

    Published:

    Language model for HEP

  • 18 Weaver

    Published:

    Language model for HEP

  • 19 Hu

    Published:

    Deep generative model for hadronic interactions

  • 20 Klair

    Published:

    Tracless B-tagging

  • 22 Ho

    Published:

    Tracless B-tagging

  • 23 Ju

    Published:

    Language model for HEP

  • 24 Huang

    Published:

    Language model for HEP

  • talks

    teaching