-
Shanghai Jiaotong university
- Shanghai
-
Awesome-LLM Public
Forked from Hannibal046/Awesome-LLMAwesome-LLM: a curated list of Large Language Model
Creative Commons Zero v1.0 Universal UpdatedAug 19, 2024 -
Chinese-BERT-wwm Public
Forked from ymcui/Chinese-BERT-wwmPre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
Python Apache License 2.0 UpdatedJul 31, 2023 -
surround-view-system-introduction Public
Forked from neozhaoliang/surround-view-system-introductionPython MIT License UpdatedJul 13, 2022 -
nuscenes-devkit Public
Forked from nutonomy/nuscenes-devkitThe devkit of the nuScenes dataset.
Python Other UpdatedJul 11, 2022 -
deep_sort_pytorch Public
Forked from ZQPei/deep_sort_pytorchMOT using deepsort and yolov3 with pytorch
Python MIT License UpdatedJun 21, 2022 -
CVPR2022-Papers-with-Code Public
Forked from amusi/CVPR2025-Papers-with-CodeCVPR 2022 论文和开源项目合集
UpdatedJun 13, 2022 -
awesome-NeRF Public
Forked from awesome-NeRF/awesome-NeRFA curated list of awesome neural radiance fields papers
TeX MIT License UpdatedJun 7, 2022 -
CenterPoint Public
Forked from Hale423/CenterPointTensorRT deployment for CenterPoint Lidar Detection Model.
C++ MIT License UpdatedJun 2, 2022 -
MonoDETR Public
Forked from ZrrSkywalker/MonoDETRThe first DETR-based monocular detector without additional depth supervision, anchors or NMS.
Python UpdatedMay 31, 2022 -
CLRNet Public
Forked from Turoad/CLRNetPytorch implementation of our paper "CLRNet: Cross Layer Refinement Network for Lane Detection" (CVPR2022 Acceptance).
Python Apache License 2.0 UpdatedMay 8, 2022 -
nerf-pytorch Public
Forked from yenchenlin/nerf-pytorchA PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
Python MIT License UpdatedApr 17, 2022 -
lanedet Public
Forked from Turoad/lanedetAn open source lane detection toolbox based on PyTorch, including SCNN, RESA, UFLD, LaneATT, CondLane, etc.
Python Apache License 2.0 UpdatedMar 31, 2022 -
LaneATT Public
Forked from lucastabelini/LaneATTCode for the paper entitled "Keep your Eyes on the Lane: Real-time Attention-guided Lane Detection" (CVPR 2021)
Python MIT License UpdatedMar 19, 2022 -
openpilot Public
Forked from commaai/openpilotopenpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 150 supported car makes and models.
Python MIT License UpdatedMar 17, 2022 -
apollo Public
Forked from ApolloAuto/apolloAn open autonomous driving platform
C++ Apache License 2.0 UpdatedMar 16, 2022 -
Cam2BEV Public
Forked from ika-rwth-aachen/Cam2BEVTensorFlow Implementation for Computing a Semantically Segmented Bird's Eye View (BEV) Image Given the Images of Multiple Vehicle-Mounted Cameras.
Python MIT License UpdatedMar 10, 2022 -
r3live Public
Forked from hku-mars/r3liveA Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package
C++ GNU General Public License v2.0 UpdatedJan 5, 2022 -
hacker-laws Public
Forked from dwmkerr/hacker-laws💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
Shell Creative Commons Attribution Share Alike 4.0 International UpdatedJan 4, 2022 -
mmtracking Public
Forked from open-mmlab/mmtrackingOpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
Python Apache License 2.0 UpdatedDec 7, 2021 -
leetcode Public
Forked from doocs/leetcode😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
Java Creative Commons Attribution Share Alike 4.0 International UpdatedDec 7, 2021 -
free-for-dev Public
Forked from ripienaar/free-for-devA list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
HTML UpdatedNov 30, 2021 -
uvicorn-gunicorn-fastapi-docker Public
Forked from tiangolo/uvicorn-gunicorn-fastapi-dockerDocker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Python MIT License UpdatedNov 30, 2021 -
realworld Public
Forked from gothinkster/realworld"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
Shell MIT License UpdatedNov 29, 2021 -
DepixHMM Public
Forked from JonasSchatz/DepixHMMRecovers pixelized text from images
Python UpdatedNov 28, 2021 -
Image-Super-Resolution-via-Iterative-Refinement Public
Forked from Janspiry/Image-Super-Resolution-via-Iterative-RefinementUnoffical implementation about Image Super-Resolution via Iterative Refinement by Pytorch
Python UpdatedNov 23, 2021 -
kserve Public
Forked from kserve/kserveServerless Inferencing on Kubernetes
Jsonnet Apache License 2.0 UpdatedNov 22, 2021 -
causalml Public
Forked from uber/causalmlUplift modeling and causal inference with machine learning algorithms
Python Other UpdatedNov 20, 2021 -
seldon-core Public
Forked from SeldonIO/seldon-coreAn MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
HTML Apache License 2.0 UpdatedNov 19, 2021 -
CenterTrack Public
Forked from xingyizhou/CenterTrackSimultaneous object detection and tracking using center points.
Python MIT License UpdatedNov 18, 2021 -
learn_python3_spider Public
Forked from wistbean/learn_python3_spiderpython爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,…
Python MIT License UpdatedNov 16, 2021
