stphtan94117
stphtan94117
> 我觉得BoT-SORT和ByteTrack表现更好,因为BoT-SORT的相机补偿实测有用,ByteTrack因为加了一轮匹配可以在检测器不那么鲁棒的情况下减少FN. > > real time的话建议就不要用Re-ID网络了,只用运动特征就可以比较快。另外推荐用v5,感觉v5比v7快不少。 > > 此外,对于匹配流程,您可以采用更鲁棒的多轮级联匹配(就像传统的DeepSORT源码里),我这个只有一次linear assignment. 关于这个匹配可以参考https://github.com/dyhBUPT/StrongSORT/blob/master/deep_sort/tracker.py的`line94-134` 作者你好 多加了匹配,是不是代表再偵測過程,整個FPS速度又會下降,速度更卡的意思呢? 另外想詢問當初您有打算偵測交通十字路口統計車輛 不曉得有無新消息? 對於偵測並統計車輛我很有興趣 你那邊方便留個信箱聯絡嗎 我這邊無法使用微信等中國軟體 最後謝謝你偉大作品
@glenn-jocher I have two custom weights, one for plate mask and the other for plate number. I'm using PyTorch to load the two weights, but it seems that I can't...
因為自己不熟C++,因此才希望作者你開發python or js 語言
> @stphtan94117 Roboflow results have been converted into YOLO format. While the results, that save-txt will save are in OpenCV format. I will soon convert it into YOLO format. Thanks...
> @stphtan94117! Sure How's the progress now?
> 感谢您的建议,我们考虑一下 拜託你們了 由於其他model 都不能用太大的圖片渲染 只有deoldify不管黑白照大小 都能成功上色 只是deoldify的權重 無法訓練,著實令人可惜 希望能早日出一個train.py 本地端的好消息 謝謝
@JackWoo0831 請問有機會另外做一個流量統計嗎 經過一年了~
@glenn-jocher i mean some object displayed segmantation,other object only show bbox in the picture. Take your bus picture as an example, bus object displayed green polygon, three person object only...
@glenn-jocher Can you give me a hint on how to add detection BBOX in predict.py?
@kamalkannan79 can you offer a local python for yolov8 segmentation?