Skip to content
View atksh's full-sized avatar

Highlights

  • Pro

Block or report atksh

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
atksh/README.md

atksh's GitHub stats

Pinned Loading

  1. onnx-facial-lmk-detector onnx-facial-lmk-detector Public

    End-to-end face detection, cropping, norm estimation, and landmark detection in a single onnx model

    Python 65 10

  2. python_prtree python_prtree Public

    A Python implementation of Priority R-Tree, an alternative to RTree.

    C 21 2

  3. annax annax Public

    annax is an ANN library based on JAX that provides fast and memory-efficient approximate nearest neighbor search for high-dimensional data. It includes a wide range of indexing structures and dista…

    Python 2 1

  4. Estimating the mixed normal distribu... Estimating the mixed normal distribution in PyMC3. Model selection with WBIC using normal and mixed normal distributions.
    1
    import warnings
    2
    warnings.filterwarnings('ignore')
    3
    
    
    4
    import pymc3 as pm
    5
    from pymc3.distributions.dist_math import bound