NanoDet-Plus
-
Updated
May 22, 2022 - Python
{{ message }}
NanoDet-Plus
Hi,
In kaolin/kaolin/metrics/pointcloud.py it says that the sided_distance() method computes
For every point in p1 find the indices and euclidean distances of the closest point in p2.
However, it seems like the underlying _C.metrics.sided_distance_forward_cuda returns the squared euclidean distance. Can you please clarify this?
Thank you
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
An awesome list of TensorFlow Lite models, samples, tutorials, tools and learning resources.
An efficient PyTorch library for deep generative modeling.
In the 60 minute blitz tutorial, we use a sequence of stacked Dense layers, each with no activation function. This doesn't make much sense, as multiple linear operators can always be combined down into a single linear operator:
julia> using Flux
[CVPR 2021] VirTex: Learning Visual Representations from Textual Annotations
RobustBench: a standardized adversarial robustness benchmark [NeurIPS'21 Benchmarks and Datasets Track]
Spatio-Temporal Action Localization System
The NNEF Tools repository contains tools to generate and consume NNEF documents
Discover pretrained models for deep learning in MATLAB
[CVPR 2021] Actor-Context-Actor Relation Network for Spatio-temporal Action Localization
Pytorch model zoo for human, include all kinds of 2D CNN, 3D CNN, and CRNN
A PaddlePaddle version image model zoo.
Model Zoo For OpenCV DNN and Benchmarks.
【AAAI 2021】MVFNet: Multi-View Fusion Network for Efficient Video Recognition
Acuity Model Zoo
An open-source platform for automating tasks using machine learning models
Tensorflow workspaces for training your custom models of K210
A collection of machine-learned models for use in autonomous driving applications.
Deep learning based tool for image processing. No need for Programing and GPU.
【ACMMM 2021】DSANet: Dynamic Segment Aggregation Network for Video-Level Representation Learning
Implementations of various Deep Learning models in PyTorch and TensorFlow.
The Model Zoo of Cognitive Diagnosis Models, including classic Item Response Ranking (IRT), Multidimensional Item Response Ranking (MIRT), Deterministic Input, Noisy "And" model(DINA), and advanced Fuzzy Cognitive Diagnosis Framework (FuzzyCDF), Neural Cognitive Diagnosis Model (NCDM) and Item Response Ranking framework (IRR).
Scene recognition tool based on pytorch. Provide training, test and deployment functions, as well as many pretrained models.
Literature and light wrappers for gaussian process models.
Add a description, image, and links to the model-zoo topic page so that developers can more easily learn about it.
To associate your repository with the model-zoo topic, visit your repo's landing page and select "manage topics."
demo: https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/mri_reconstruction_demo
example: openvinotoolkit/open_model_zoo#2178