89.5K repos
Browse every curated open-source repository in the directory. Narrow the list with taxonomy filters, sort by stars or recency, or hand the search to AI.
🎯 Distilling Dataset in an Optimization-Free manner. 🎯 The distillation process is Architecture-Free. (Getting over the Cross-Architecture problem.) 🎯 Distilling large-scale datasets (ImageNet-1K) efficiently. 🎯 The distilled datasets are high-quality and versatile.
Premium Angular library wrapping Monaco Editor with beautiful themes, pattern detection UI, and coding interview prep features
Angular directives and services for streaming generative AI content with pluggable adapters (Firebase included by default).
This repository contains code for Computer Vision, Deep learning, and AI research articles shared on our blog LearnOpenCV.com.
64-bit Tiano Core UEFI for the Raspberry Pi 3
An immediate-mode, renderer agnostic, lightweight debug drawing API for C++.
Medical-Diff-VQA (originally MIMIC-Diff-VQA) is a large-scale dataset for difference visual question answering in medical chest x-ray images. This repository provides the code for generating Medical-Diff-VQA dataset, which is proposed in our paper "Expert Knowledge-Aware Image Difference Graph…
Official PyTorch implementation of the CVPR 2021 paper "Fostering Generalization in Single-view 3D Reconstruction by Learning a Hierarchy of Local and Global Shape Priors". Please cite our paper and the original Occupancy Networks (Mescheder et al.) if you use this work.
This is a PyTorch implementation of our NeurIPS 2020 paper, MultiON: Benchmarking Semantic Map Memory using Multi-Object Navigation.
XPL is an easy to embed and extend scripting programming language. It's implemented in a single C header file within only several hundreds lines of code; and runs almost as fast as strlen(). It contains only a few high frequently used features like: if-then-elseif-else-endif, yield, scripting…