tomaszkaliciak's Stars
nikolassv/bartib
A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
libcpr/cpr
C++ Requests: Curl for People, a spiritual port of Python Requests.
pkivolowitz/asm_book
A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code development are offered which apply directly to higher level languages.
zeromq/cppzmq
Header-only C++ binding for libzmq
rust-in-action/code
Source code for the book Rust in Action
fidler-lab/social-driving
Design multi-agent environments and simple reward functions such that social driving behavior emerges
tuhdo/os01
Bootstrap yourself to write an OS from scratch. A book for self-learner.
borglab/gtsam
GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.
pingcap/talent-plan
open source training courses about distributed database and distributed systems
joe-siyuan-qiao/ViP-DeepLab
ifnspaml/SGDepth
[ECCV 2020] Self-Supervised Monocular Depth Estimation: Solving the Dynamic Object Problem by Semantic Guidance
nianticlabs/stereo-from-mono
[ECCV 2020] Learning stereo from single images using monocular depth estimation networks
ActivityWatch/activitywatch
The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused.
beedotkiran/Lidar_For_AD_references
A list of references on lidar point cloud processing for autonomous driving
tusen-ai/simpledet
A Simple and Versatile Framework for Object Detection and Instance Recognition
hzxie/GRNet
The official implementation of "GRNet: Gridding Residual Network for Dense Point Cloud Completion". (Xie et al., ECCV 2020)
anglixjtu/msg_chn_wacv20
The code for our WACV paper "A Multi-Scale Guided Cascade Hourglass Network for Depth Completion"
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
shan18/MODEST-Museum-Dataset
MOnocular Depth Estimation and SegmenTation (MODEST) Museum Dataset
dulucas/Displacement_Field
Official implementation of paper "Predicting Sharp and Accurate Occlusion Boundaries in Monocular Depth Estimation Using Displacement Fields" (CVPR2020)
cyrus-and/gdb-dashboard
Modular visual interface for GDB in Python
rohanrhu/gdb-frontend
☕ GDBFrontend is an easy, flexible and extensible gui debugger.
telegramdesktop/tdesktop
Telegram Desktop messaging app
mapsme/omim
🗺️ MAPS.ME — Offline OpenStreetMap maps for iOS and Android
argoverse/argoverse-api
Official GitHub repository for Argoverse dataset
flameshot-org/flameshot
Powerful yet simple to use screenshot software :desktop_computer: :camera_flash:
SamsungLabs/saic_depth_completion
Official implementation of "Decoder Modulation for Indoor Depth Completion" https://arxiv.org/abs/2005.08607
wangyida/forknet
ForkNet: Adversarial Semantic Scene Completion from a Single Depth Image - ICCV 2019
fangchangma/self-supervised-depth-completion
ICRA 2019 "Self-supervised Sparse-to-Dense: Self-supervised Depth Completion from LiDAR and Monocular Camera"
TengFeiHan0/monodepth2.cpp
This is a pure C++ implementation of a very popular depth estimation network named monodepth2. This entire project is totally based on Libtorch.