Skip to content
View George-Hotz's full-sized avatar
😃
Focusing
😃
Focusing
  • XIDIAN University
  • China
  • 01:27 (UTC +08:00)

Block or report George-Hotz

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 100 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
George-Hotz/README.md

👋 𝗛𝗲𝗹𝗹𝗼!


class cv_Engineer(){
public:
  cv_Engineer();
  ~cv_Engineer();
  void Run();

private:
  const char *username = "";
  const char *location = "西安, China";
  const char *mail = "[email protected]";
  const char *job = "CV软件开发工程师, 小米";
}
ubuntu ubuntu

PyTorch ONNX TensorRT OpenCV

Ashutosh's github activity graph

Pinned Loading

  1. yolov8_seg_tensorRT yolov8_seg_tensorRT Public

    The deployment of Yolov8-seg on Jetson AGX Xavier(带低光照补偿的yolov8检测分割模型)

    Cuda 43 1

  2. Nginx_Memory_Pool Nginx_Memory_Pool Public

    本项目用C++重构了Nginx的内存池,采用单例模式,优化了内存池数据结构,新增自旋锁,同步线程

    C 4

  3. Fixed_Mem_Pool Fixed_Mem_Pool Public

    定长内存池、采用类模板,内部管理空闲内存块链表、申请的过量内存块

    C++ 1

  4. tcMalloc tcMalloc Public

    C++ 2

  5. cvte-project cvte-project Public

    可配置的板卡测试模块(实习生项目)

    C 3

  6. Depth_Estimation Depth_Estimation Public

    面向自动驾驶领域的"单目深度估计",部署在Jetson设备(Jetson AGX Xavier)

    Cuda 6