#
nms
Here are 130 public repositories matching this topic...
Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
demo
computer-vision
detection
pytorch
nms
coco
object-detection
pascal-voc
multibox
focalloss
efficientnet
efficientdet-d0
-
Updated
Jul 5, 2021 - Python
Installation Scripts for Ubiquiti Network Management System
-
Updated
Nov 29, 2021 - Shell
A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
-
Updated
Jun 6, 2022 - Java
Deformable Convolutional Networks + MST + Soft-NMS
-
Updated
Dec 2, 2017 - Python
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
python
java
opencv
qt
cmake
algorithm
computer-vision
robotics
paper
matlab
cpp11
nms
slam
adaptive-non-maximal-suppression
anms
point-detection
non-maximum-suppression
spatial-keypoints-distribution
maximal-suppression-algorithms
algorithm-overview
-
Updated
Jan 30, 2022 - C++
NomNom is a savegame editor but also shows additional information around the data you're about to change. You can also easily look up each item individually to examine its attributes, independently of a savegame, or get other useful information that are not related to a specific savegame (but enhanced if one is loaded).
-
Updated
May 26, 2022
johannaengland
commented
May 12, 2022
Describe the bug
When using the geomap functionality "link to this configuration" a link is created with the correct parameters, but when following that link it always leads to the default map instead of the specific configuration, even though the time interval is correctly configured.
To Reproduce
Steps to reproduce the behavior:
- Go to Geomap. Configure the map in some way (zoom
[CVPR 2021] Official PyTorch Code of GrooMeD-NMS: Grouped Mathematically Differentiable NMS for Monocular 3D Object Detection
detection
nms
object-detection
autonomous-driving
autonomous-vehicles
non-maximum-suppression
one-stage
3d-object-detection
monocular-3d-detection
one-stage-detector
monocular-3d-localization
dense-object-detection
cvpr2021
differentiable-nms
groomed-nms
-
Updated
Jun 7, 2021 - C++
A python script to send pmacct's output to ElasticSearch
-
Updated
Nov 16, 2019 - Python
任意のブロックにスクリプトを追加するプラグインです。
-
Updated
May 22, 2022 - Java
ODA is a test-time-augmentation(TTA) tool for 2D object detectors. For use in Kaggle competitions.
-
Updated
May 23, 2022 - Jupyter Notebook
An API to introduce a version compatibility layer for minecraft spigot servers.
-
Updated
Apr 26, 2022 - Kotlin
An unofficial translator app for No Man's Sky
-
Updated
Sep 1, 2016 - Java
All NMS versions of bukkit/spigot in one jar file. NMS from 1.8-1.18
-
Updated
Feb 20, 2022 - Shell
This program shows how Bounding-Box-Regression works in a visual form. Intersection over Union ( IOU ), Non Maximum Suppression ( NMS ), Object detection, 边框回归,边框回归可视化,交并比,非极大值抑制,目标检测。
neural-network
mnist
nms
object-detection
iou
intersection-over-union
bounding-box
bounding-box-regression
predicted-boxes
-
Updated
Feb 27, 2020 - Java
A MoonLake Core API Plugin for Minecraft Bukkit & Spigot
plugin
api
chat
minecraft
bukkit
spigot
gplv3
spigot-server
nbt
spigot-plugin
bukkit-plugin
bukkit-api
nms
spigot-api
minecraft-plugin
packet
minecraft-moonlake
moonlake-plugin
itemstack
net-minecraft-server
-
Updated
Aug 29, 2018 - Kotlin
计算机视觉:阅读 & 写作 & 学习
-
Updated
Nov 22, 2019 - Jupyter Notebook
CheckSyno - Icinga (Nagios, et al) Synology monitoring plugin
-
Updated
Jul 23, 2017 - Java
Non-Maximum Suppression for Object Detection in Python
-
Updated
May 10, 2018 - Python
Improve this page
Add a description, image, and links to the nms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nms topic, visit your repo's landing page and select "manage topics."


I used following commad to export the ONNX models, and I use the 5.0 tag of ultralytics/yolov5 to train the model.pt. It raises an AttributeError: conv object has no attribute weight. How can I do for this error?
_Originally posted by @Deronjey in zhiqwang/yolov5-rt-stack#159 (comment)