xmyyzy123's Stars
wenbochang888/house
有完整版的PDF下载。
DefTruth/lite.ai.toolkit
🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.
hustlei/QssStylesheetEditor
Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.
HappySeaFox/qsseditor
🎨 Cross-platform application to edit and preview Qt style sheets (QSS).
GTRONICK/QSS
QT Style Sheets templates
gongjianbo/MyTestCode
Some test code, as example code of my blog, mainly Qt related demo. 一些测试程序,作为我博客的示例代码,主要是Qt相关的Demo。
ShowFL/Toou-2D
基于Qt Quick(Qml) 跨平台技术打造的2D框架
cwc1987/QmlBook-In-Chinese
QML Book In Chinese
uwerat/qskinny
A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.
jaredtao/TaoQuick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
qmlbook/qmlbook
The source code for the upcoming qml book
mikalv/awesome-qt-qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
oneapi-src/oneTBB
oneAPI Threading Building Blocks (oneTBB)
x64dbg/x64dbg
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
xmake-io/xmake
🔥 A cross-platform build utility based on Lua
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
lucasg/Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
reyanvaldes/S7-cpp-for-Snap7
Mapping data for Snap7 library in C/C++
shachoi/RobustNet
Official PyTorch implementation of RobustNet (CVPR 2021 Oral)
YimianDai/iNSFC
An awesome LaTeX template for NSFC proposal.
open62541/open62541
Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0
xiaoiker/NAS-With-Code
Neural Architecture Search (NAS) papers with code
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).
CoinCheung/BiSeNet
Add bisenetv2. My implementation of BiSeNet
Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor
Web labeling tool for bitmap images and point clouds
mrgloom/awesome-semantic-segmentation
:metal: awesome-semantic-segmentation
visionxiang/awesome-camouflaged-object-detection
A curated list of awesome resources for camouflaged/concealed object detection (COD).
bluenviron/mediamtx
Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
liyunsheng13/micronet
666DZY666/micronet
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape