Pinned Repositories
ai_utils_personal
aot-benchmark
An efficient modular implementation of Associating Objects with Transformers for Video Object Segmentation in PyTorch
dts-pytorch
Deep Text Scoring in PyTorch: Flexible RNN (LSTM, GRU, etc) model for character sequences
dts-tf
Deep Text Scoring in TensorFlow: Implementation of Hierarchical Attention Network (RNN) model - operates on either character or word sequences
har-pytorch
Deep Learning for HAR: models and tools for Human Activity Recognition from IMU sensor (accelerometer, gyroscope) data
prompt-loss-weight
code for Towards Data Science article on prompt-loss-weight
qwikboost
A fork of xgboost, augmented with Quadratic Weighted Kappa optimization
SequenceToBetterSequence
Tensorflow code for the paper: J. Mueller, D. Gifford, and T. Jaakkola. Sequence to Better Sequence: Continuous Revision of Combinatorial Structures. ICML 2017
video-stabilizer
Remove jitter from drone videos
word2vec-matlab
word2vec skip-gram model implemented in matlab
davidsvaughn's Repositories
davidsvaughn/har-pytorch
Deep Learning for HAR: models and tools for Human Activity Recognition from IMU sensor (accelerometer, gyroscope) data
davidsvaughn/prompt-loss-weight
code for Towards Data Science article on prompt-loss-weight
davidsvaughn/SequenceToBetterSequence
Tensorflow code for the paper: J. Mueller, D. Gifford, and T. Jaakkola. Sequence to Better Sequence: Continuous Revision of Combinatorial Structures. ICML 2017
davidsvaughn/word2vec-matlab
word2vec skip-gram model implemented in matlab
davidsvaughn/dts-pytorch
Deep Text Scoring in PyTorch: Flexible RNN (LSTM, GRU, etc) model for character sequences
davidsvaughn/dts-tf
Deep Text Scoring in TensorFlow: Implementation of Hierarchical Attention Network (RNN) model - operates on either character or word sequences
davidsvaughn/qwikboost
A fork of xgboost, augmented with Quadratic Weighted Kappa optimization
davidsvaughn/ai_utils_personal
davidsvaughn/aot-benchmark
An efficient modular implementation of Associating Objects with Transformers for Video Object Segmentation in PyTorch
davidsvaughn/video-stabilizer
Remove jitter from drone videos
davidsvaughn/exllamav2
A fast inference library for running LLMs locally on modern consumer-class GPUs
davidsvaughn/lightly
A python library for self-supervised learning on images.
davidsvaughn/loyal-intent
Loyal AI Coding Challenge - Intent Classification
davidsvaughn/mesh-transformer-jax
Model parallel transformers in JAX and Haiku
davidsvaughn/move-seg
Code for MOVE: Unsupervised Movable Object Segmentation and Detection; NeurIPS 2022
davidsvaughn/multiple-hungarian
davidsvaughn/plagiarism-detect
davidsvaughn/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
davidsvaughn/SSD
SSD: A Unified Framework for Self-Supervised Outlier Detection [ICLR 2021]
davidsvaughn/TeleSculptor
TeleSculptor: Aerial Photogrammetry Application powered by KWIVER
davidsvaughn/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
davidsvaughn/ultralytics
NEW - YOLOv8 🚀 in PyTorch > ONNX > CoreML > TFLite
davidsvaughn/VICRegL
VICRegL official code base
davidsvaughn/yolo-heatmaps
A utility for generating heatmaps of YOLOv5 using Layerwise Relevance Propagation (LRP/CRP).
davidsvaughn/yolor
implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
davidsvaughn/yolov5-2021
YOLOv5 in PyTorch > ONNX > CoreML > TFLite
davidsvaughn/yolov5-2023
davidsvaughn/yolov5_obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测