Dragon-hxl
A student of Institute of Computing Technology, Chinese Academy of Science.Computer Science.Be fond of music and swimming.
Pinned Repositories
annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
codebak
backup for my code
darknet_det
Darknet YOLO, ROS, gstreamer/gscam, CSI camera, Jetson TX2/Nano, Raspberry PI
dataset_for_llm
backup for some data set to test llm models
deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
ec
ec-larc
a repository to store LARC code
fast-reid
SOTA ReID Methods and Toolbox
FastMOT
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
LLMgenCode
Dragon-hxl's Repositories
Dragon-hxl/annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Dragon-hxl/codebak
backup for my code
Dragon-hxl/dataset_for_llm
backup for some data set to test llm models
Dragon-hxl/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
Dragon-hxl/ec
Dragon-hxl/ec-larc
a repository to store LARC code
Dragon-hxl/fast-reid
SOTA ReID Methods and Toolbox
Dragon-hxl/FastMOT
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
Dragon-hxl/LLMgenCode
Dragon-hxl/jetbot_yolov4
A small vehicle with object target tracing and barrier-avoiding ability based on jetbot, NVIDIA Jetson Nano and YOLOv4
Dragon-hxl/jetson_testing
Trying various io stuff with Jetson AGX Xavier
Dragon-hxl/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
Dragon-hxl/LARC
code to reproduce larc
Dragon-hxl/MyTinySTL
Achieve a tiny STL in C++11
Dragon-hxl/Object-Detection-and-Tracking
YOLO & RCNN Object Detection and Multi-Object Tracking
Dragon-hxl/OpticNet-71
[ICMLA'19] [Tensorflow] Classifying different Retinal Diseases using Deep Learning from Optical Coherence Tomography Images
Dragon-hxl/PRML_UCAS
国科大研一课程 模式识别与机器学习
Dragon-hxl/styleguide
Style guides for Google-originated open-source projects
Dragon-hxl/TC
2021天池竞赛——亚太眼科学会那道题的一些代码
Dragon-hxl/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Dragon-hxl/ThreadPool
A simple C++11 Thread Pool implementation
Dragon-hxl/TinyWebServer
Linux下C++轻量级WebServer服务器,来自qinguoyi,仅学习使用。
Dragon-hxl/tmpfile
space for tmpfile
Dragon-hxl/Transfer-station
Transfer station for files from different places
Dragon-hxl/transformers_modify
from 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX repo.Add some modification on my own. only for study.
Dragon-hxl/webcam_yolov3_jetson_tx_hikvision
多个网络摄像头进行拉流以及对象检测。平台使用Jetson TX2 (ARM architecture),海康摄像头,对象检测采用YOLO v3模型。
Dragon-hxl/yolov4_trt_ros
YOLOv4 object detector using TensorRT engine
Dragon-hxl/yolov5-jetson
yolov5 TensorRT implementation running on Nvidia Jetson AGX Xavier with RealSense D435
Dragon-hxl/yolov5-jetson-csi-camera-inference
A simple program to demonstrate YOLOv5 video inference with Nvidia Jetson CSI camera as the input source.
Dragon-hxl/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO