T.T. Tang

Results 13 comments of T.T. Tang

IMHO, 这应该是 VOC 格式特有的问题(VOC 格式下,标注的 mask 似乎是不允许重叠的)。COCO 就应该没有这个问题。 具体代码应该在这个地方 `https://github.com/WenqiangX/ese_seg/blob/949170666641646fc7226ac9e2ac2c9f71ce111e/label_utils/label_centerdeg.py#L59` 具体没有详细研究

> Some of nodes (in China, perhaps behind the GFW) can join the network with no problem, all nodes can ping each other with no problem. But after a while,...

> > > > How about adding the support for yolov4? > > If there is no community contributors helping with that, we will firstly add YOLO v3 in V2.3...

Hi @hellock @xvjiarui , The main job of our YOLOv3 implementation was done several days ago. It would be nice if you can manage your time to **review the code**....

> Has anyone downloaded the full dataset? Can you share the checksum for validation? `md5sum *.tar > checklist.chk` I'm doing it. I will come back and paste my result when...

@VicaYang Hi, I have checked the list and found your tar file 7 and 17 are not correct. (I re-downloaded these two files and checked their MD5). Others are good.

Hi, To generate the dictionary, you can follow the following code snippet. Note that `images` should be of shape `(N, M)`, where $N$ is the number of samples, and $M$...

Yeah, and I'm interested in something like `Quantum-Bot`

Yes you are correct. Unfortunately, while it's the best solution at least theoretically, properly reading the frames from the videos and batchfying them on-the-fly requires much development. Therefore, we decide...