BS in Computer Science from NDSU
BS in Mathematics from NDSU
BS in Computer Science from NDSU
BS in Mathematics from NDSU
Calculates a hurst exponent given some csv data, also includes my research paper on the topic.
Python 1
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
Detect retail products via the YOLOv8 object recognition engine.
# Install aria2 (if not already installed)
sudo apt-get install -y aria2 && \
# Download and configure CUDA repository pin (no limit)
aria2c -x 16 -s 16 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pin && \
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