Skip to content
View vmc-7645's full-sized avatar

Highlights

  • Pro

Block or report vmc-7645

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 250 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
vmc-7645/README.md

Pinned Loading

  1. hurst-exponent-calculator-from-csv hurst-exponent-calculator-from-csv Public

    Calculates a hurst exponent given some csv data, also includes my research paper on the topic.

    Python 1

  2. anomaly-detection-3d anomaly-detection-3d Public

    An implementation of the "Anomaly Detection in 3D Point Clouds using Deep Geometric Descriptors" paper in Python without pre-training with the ModelNet10 dataset and without generating the syntheti…

    Python 3

  3. JavaENetBinding JavaENetBinding Public

    A Swig binding of ENet for Java (& Processing)

    C

  4. YOLOv8-retail YOLOv8-retail Public

    Detect retail products via the YOLOv8 object recognition engine.

    Python 25 8

  5. Install CUDA faster, by bypassing th... Install CUDA faster, by bypassing throttling restrictions, via limiting bandwidth
    1
    # Install aria2 (if not already installed)
    2
    sudo apt-get install -y aria2 && \
    3
    
                  
    4
    # Download and configure CUDA repository pin (no limit)
    5
    aria2c -x 16 -s 16 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pin && \
  6. yolov12-AMC2fLEFEM yolov12-AMC2fLEFEM Public

    Forked from sunsmarterjie/yolov12

    YOLOv12-AMC2fLEFEM: "A novel low light object detection method based on the YOLOv5 fusion feature enhancement" (https://doi.org/10.1038/s41598-024-54428-8) implemented with YOLOv12

    Python