le02146

Results 7 issues of le02146

I am using yolo model to run object detect, instead of tracking. I trained yolo on many images with bboxes of car, then run car detection on a video/images. The...

About the algorithm of SAHI: Slicing Aided Hyper Inference, the link of https://huggingface.co/spaces/fcakyon/sahi-yolox provide by https://github.com/obss/sahi seems not work. Does Yolox support SAHI here ? Thanks.

The paper introduces the optional post-processing step of `Tracklet Interpolation`, but I could not find it in the demo code. Where can I find and set it ?

`./tracker/gmc.py", line 154, in applyFeaures knnMatches = self.matcher.knnMatch(self.prevDescriptors, descriptors, 2) cv2.error: OpenCV(4.8.0) /io/opencv/modules/core/src/batch_distance.cpp:274: error: (-215:Assertion failed) type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type ==...

My task is use yolox to run object detect with YoloX, instead of tracking. I trained yolox on many images with bboxes of car, then run car detection on a...

Yolox has a Apache 2.0 license. What is this ? Could it be used for commercial ?