-
Hey Alexey, everyone else,
Been a while since I've posted anything (haven't had the time to work on my thesis).
Quick question:
Where in the class hierarchy can we modify the output for a dete…
-
Hello, does the author do target detection in qanet? Why do we give boxes in target when testing and infence
-
Hi,
I have two questions about two methods used:
1. Does do_nms_obj do some kind of thresholding to filter the predicted bounding boxes before calculating and comparing IOUs?
```C
void do_n…
-
Wanted to enquire if this will work for multiple people talking in the same frame. If yes, how to produce the .lips video and the .pkl for the original video
-
Feature detection, boxes, and optical flow look awesome.
Reviewers suggested playing around with footage that's more playful, fun, and intimate (as opposed to the more conventional surveillance footag…
-
由于我的笔记本性能不够做各种实验。
于是换了一个台式。
但是在台式机上搭建环境时碰到了问题,具体如下:
搭建环境是参照你的博客,之前的步骤没有差错,但是在最后一步时:
在 models/research/ 文件夹下运行命令行:python object_detection/builders/model_builder_test.py
出现了以下错…
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in
23 image_np_with_detections = i…
-
i want the detected bounding box coordinates of all detections to be exported to a file like excel or txt file.
please help !
-
If detection is needed to do for every frame, what's the point of rolo. For I think only yolo enough do predict the bounding box, with simple iou, we can implement the track, so what this rolo do diff…
muye5 updated
5 years ago
-
Background: I wrote my own `Bounds` struct, because I overlooked that `collision-rs` already has an `Aabb3` that is just what I need (didn't associate bounding boxes with collision detection, so I ign…