Pinned Repositories
YOLOv6
YOLOv6: a single-stage object detection framework dedicated to industrial applications.
tensorrt_starter
This repository give a guidline to learn CUDA and TensorRT from the beginning.
A-White-Paper-on-Neural-Network-Deployment
模型部署白皮书(CUDA|ONNX|TensorRT|C++)🚀🚀🚀
build_neural_network_from_scratch_CPP
Created a simple neural network using C++17 standard and the Eigen library that supports both forward and backward propagation.
BuildCudaNeuralNetworkFromScratch
Build CUDA Neural Network From Scratch
FCN_KITTI
Implementation of semantic segmentation of FCN structure using KITTI road dataset😝😝😝
learn-ONNX-from-scratch
一大波学习onnx的案例
learn-TensorRT-from-scratch
learn TensorRT from scratch🥰
TensorRT-GhostNet
TensorRT implementation of GhostNet
torchstat2
Model analyzer in PyTorch
Phoenix8215's Repositories
Phoenix8215/torchstat2
Model analyzer in PyTorch
Phoenix8215/learn-TensorRT-from-scratch
learn TensorRT from scratch🥰
Phoenix8215/build_CLIP_from_scratch
build CLIP from scratch
Phoenix8215/closest_pair_of_points_problem
使用分治法计算二维平面/三维空间中的最近点对的距离
Phoenix8215/Radar-Camera-Fusion-Object-Detection
Radar-Camera Fusion Object Detection
Phoenix8215/TensorRT-GhostNet
TensorRT implementation of GhostNet
Phoenix8215/UCAS_Algorithm
**科学院大学人工智能学院计算机算法设计与分析课程
Phoenix8215/UCAS_Parallel_Computing
**科学院大学人工智能学院并行计算课程
Phoenix8215/Image-Region-Operations-with-Prefix-Sum-and-Difference-Array
Prefix-Sum|Difference-Array|前缀和|差分
Phoenix8215/Karatsuba_Strassen
动手实现Karatsuba算法&&Strassen算法,并且比较他们的性能
Phoenix8215/kdl
kdl求解正逆运动学位置
Phoenix8215/lift-splat-shoot-annotated
本项目是论文 "Lift, Splat, Shoot: Encoding Images From Arbitrary Camera Rigs by Implicitly Unprojecting to 3D" 代码的中文注释版。
Phoenix8215/RepViT_TensorRT_infer
RepViT模型TensorRT推理代码
Phoenix8215/Seq2Seq_from_scratch-main
Seq2Seq
Phoenix8215/VAE-C
VAE from Scratch in Pure C
Phoenix8215/Phoenix8215
Phoenix8215/Efficient-3DCNNs
PyTorch Implementation of "Resource Efficient 3D Convolutional Neural Networks", codes and pretrained models.
Phoenix8215/Efficient-AI-Backbones
Efficient AI Backbones including GhostNet, TNT and MLP, developed by Huawei Noah's Ark Lab.
Phoenix8215/fourier-neural-operator
Phoenix8215/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
Phoenix8215/MF-RV
A survey on Multimodal Fusion for Robot Vision
Phoenix8215/MNIST-Autoencoder-with-Latent-Space-Visualization
The project is designed to help understand how autoencoders perform dimensionality reduction, feature extraction, and data reconstruction.🤧
Phoenix8215/onnx-modifier
A tool to modify ONNX models in a visualization fashion, based on Netron and Flask.
Phoenix8215/OpenPCDet
OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
Phoenix8215/policy_iter
policy iteration
Phoenix8215/pytorchx
Implement popular deep learning networks in pytorch, used by tensorrtx.
Phoenix8215/slambook2BYgaoxiang
学习slam相关的基础知识
Phoenix8215/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
Phoenix8215/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Phoenix8215/value_iter
Value Iteration in C++