CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
383 stars 82 forks source link

运行Demo.py只能执行300帧 #75

Open HappyPeanuts opened 3 years ago

HappyPeanuts commented 3 years ago

博主你好,很感谢你能分享代码。最近我用套代码用自己的数据集训练完网络后,用demo.py测试下结果,发现只能测试300帧视频,但是我的视频有3600帧,也没有报错什么的,这是什么情况?麻烦你看到可以回复一下,万分感谢! (yang_pytorch) user@ubuntu:~/yzw/MCMOT/src$ python demo.py --task mot --load_model ../models/model_last.pth --conf_thres 0.4 Fix size testing. training chunk_sizes: [6, 6] The output will be saved to /home/user/yzw/MCMOT/src/lib/../../../exp/mot/default Net input image size: 1088×608 heads: {'hm': 10, 'wh': 2, 'id': 128, 'reg': 2} 2021-03-18 19:43:19 [INFO]: Starting tracking... 2021-03-18 19:43:19 [INFO]: Starting tracking... Lenth of the video: 3625 frames Using gpu: 0 Using CUDA device0 _CudaDeviceProperties(name='GeForce RTX 3090', total_memory=24267MB)

Creating model... loaded ../models/model_last.pth, epoch 30 2021-03-18 19:43:29 [INFO]: Processing frame 30 (12.99 fps) 2021-03-18 19:43:29 [INFO]: Processing frame 30 (12.99 fps) 2021-03-18 19:43:33 [INFO]: Processing frame 60 (12.25 fps) 2021-03-18 19:43:33 [INFO]: Processing frame 60 (12.25 fps) 2021-03-18 19:43:37 [INFO]: Processing frame 90 (12.17 fps) 2021-03-18 19:43:37 [INFO]: Processing frame 90 (12.17 fps) 2021-03-18 19:43:41 [INFO]: Processing frame 120 (12.22 fps) 2021-03-18 19:43:41 [INFO]: Processing frame 120 (12.22 fps) 2021-03-18 19:43:46 [INFO]: Processing frame 150 (12.21 fps) 2021-03-18 19:43:46 [INFO]: Processing frame 150 (12.21 fps) 2021-03-18 19:43:50 [INFO]: Processing frame 180 (12.08 fps) 2021-03-18 19:43:50 [INFO]: Processing frame 180 (12.08 fps) 2021-03-18 19:43:54 [INFO]: Processing frame 210 (12.00 fps) 2021-03-18 19:43:54 [INFO]: Processing frame 210 (12.00 fps) 2021-03-18 19:43:58 [INFO]: Processing frame 240 (11.96 fps) 2021-03-18 19:43:58 [INFO]: Processing frame 240 (11.96 fps) 2021-03-18 19:44:03 [INFO]: Processing frame 270 (11.94 fps) 2021-03-18 19:44:03 [INFO]: Processing frame 270 (11.94 fps) 2021-03-18 19:44:07 [INFO]: Processing frame 300 (11.92 fps) 2021-03-18 19:44:07 [INFO]: Processing frame 300 (11.92 fps) 2021-03-18 19:44:09 [INFO]: 9 2021-03-18 19:44:09 [INFO]: 9 ffmpeg -f image2 -i ../results/frame/%05d.jpg -b:v 5000k -c:v mpeg4 ../results/VisDrone2019_track.mp4 ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 7.3.0 (crosstool-NG 1.23.0.449-a04d0) configuration: --prefix=/home/user/.conda/envs/yang_pytorch --cc=/tmp/build/80754af9/ffmpeg_1587154242452/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc --disable-doc --enable-avresample --enable-gmp --enable-hardcoded-tables --enable-libfreetype --enable-libvpx --enable-pthreads --enable-libopus --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-static --enable-version3 --enable-zlib --enable-libmp3lame --disable-nonfree --enable-gpl --enable-gnutls --disable-openssl --enable-libopenh264 --enable-libx264 libavutil 56. 31.100 / 56. 31.100 libavcodec 58. 54.100 / 58. 54.100 libavformat 58. 29.100 / 58. 29.100 libavdevice 58. 8.100 / 58. 8.100 libavfilter 7. 57.100 / 7. 57.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 5.100 / 5. 5.100 libswresample 3. 5.100 / 3. 5.100 libpostproc 55. 5.100 / 55. 5.100 Input #0, image2, from '../results/frame/%05d.jpg': Duration: 00:00:12.68, start: 0.000000, bitrate: N/A Stream #0:0: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc

JAYCHOU2020 commented 2 years ago

同学你的标签文件是如何生产的呢

HappyPeanuts commented 2 years ago

就原本的代码里边他会自己生成一个TXT文件,那个就是每一帧的检测结果呀

---原始邮件--- 发件人: @.> 发送时间: 2021年7月18日(周日) 上午9:49 收件人: @.>; 抄送: @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

同学你的标签文件是如何生产的呢

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

想要多类别的txt文件的生成的话不用更改原本的那个代码吗

JAYCHOU2020 commented 2 years ago

就原本的代码里边他会自己生成一个TXT文件,那个就是每一帧的检测结果呀 ---原始邮件--- 发件人: @.> 发送时间: 2021年7月18日(周日) 上午9:49 收件人: @.>; 抄送: @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 同学你的标签文件是如何生产的呢 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

每个类别会有重合的目标id,比如有car1 car2和people1 people2,这种情况没影响吧?

HappyPeanuts commented 2 years ago

作者就是每个类别id从1开始的,通过类别+id可以唯一识别目标,你问的是这个意思吧

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:31 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

就原本的代码里边他会自己生成一个TXT文件,那个就是每一帧的检测结果呀 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月18日(周日) 上午9:49 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 同学你的标签文件是如何生产的呢 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

每个类别会有重合的目标id,比如有car1 car2和people1 people2,这种情况没影响吧?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

HappyPeanuts commented 2 years ago

不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

想要多类别的txt文件的生成的话不用更改原本的那个代码吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗?

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

想要多类别的txt文件的生成的话不用更改原本的那个代码吗

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

HappyPeanuts commented 2 years ago

txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗?

------------------ 原始邮件 ------------------ 发件人: @.>;
发送时间: 2021年7月19日(星期一) 晚上7:37 收件人:
@.>;
抄送: @.>; @.>;
主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗

------------------ 原始邮件 ------------------
发件人: "CaptainEven/MCMOT" @.>;
发送时间: 2021年7月18日(星期天) 晚上9:22
@.>;
@.**@.>;
主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

想要多类别的txt文件的生成的话不用更改原本的那个代码吗


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗? ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 想要多类别的txt文件的生成的话不用更改原本的那个代码吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

检测完的目标每个框框上显示的类别都是pedestrians,,,没有我的类别,这个是在哪里改呢,还有就是想请问下您训练了多少epoch呢

HappyPeanuts commented 2 years ago

MCMOT\src\lib\tracker\multitracker.py这个里边好像有id和classname的转换,训练epoch这个我训练150轮,batch_size=12,主要看loss最后的减小程度,稳定了就终止了

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 上午10:16 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗? ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 想要多类别的txt文件的生成的话不用更改原本的那个代码吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

检测完的目标每个框框上显示的类别都是pedestrians,,,没有我的类别,这个是在哪里改呢,还有就是想请问下您训练了多少epoch呢

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

MCMOT\src\lib\tracker\multitracker.py这个里边好像有id和classname的转换,训练epoch这个我训练150轮,batch_size=12,主要看loss最后的减小程度,稳定了就终止了 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 上午10:16 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗? ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 想要多类别的txt文件的生成的话不用更改原本的那个代码吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 检测完的目标每个框框上显示的类别都是pedestrians,,,没有我的类别,这个是在哪里改呢,还有就是想请问下您训练了多少epoch呢 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

好滴好滴我看一下谢谢你啦

JAYCHOU2020 commented 2 years ago

微信图片_20210721164202 这种情况你遇到过吗?全是秘密麻麻的目标框

MCMOT\src\lib\tracker\multitracker.py这个里边好像有id和classname的转换,训练epoch这个我训练150轮,batch_size=12,主要看loss最后的减小程度,稳定了就终止了 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 上午10:16 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗? ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 想要多类别的txt文件的生成的话不用更改原本的那个代码吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 检测完的目标每个框框上显示的类别都是pedestrians,,,没有我的类别,这个是在哪里改呢,还有就是想请问下您训练了多少epoch呢 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

HappyPeanuts commented 2 years ago

这些框是之前帧累计的吗?看看是不是每一帧都是重新绘制,并且清空了前一帧的结果,如果从第一帧就开始全是这样的错误检测框,那应该是没有收敛吧。我之前跑目标检测时遇到过,是因为我的模型没有收敛。

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 下午4:45 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

这种情况你遇到过吗?全是秘密麻麻的目标框

MCMOT\src\lib\tracker\multitracker.py这个里边好像有id和classname的转换,训练epoch这个我训练150轮,batch_size=12,主要看loss最后的减小程度,稳定了就终止了 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 上午10:16 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗? ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 想要多类别的txt文件的生成的话不用更改原本的那个代码吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 检测完的目标每个框框上显示的类别都是pedestrians,,,没有我的类别,这个是在哪里改呢,还有就是想请问下您训练了多少epoch呢 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

这些框是之前帧累计的吗?看看是不是每一帧都是重新绘制,并且清空了前一帧的结果,如果从第一帧就开始全是这样的错误检测框,那应该是没有收敛吧。我之前跑目标检测时遇到过,是因为我的模型没有收敛。 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 下午4:45 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 这种情况你遇到过吗?全是秘密麻麻的目标框 MCMOT\src\lib\tracker\multitracker.py这个里边好像有id和classname的转换,训练epoch这个我训练150轮,batch_size=12,主要看loss最后的减小程度,稳定了就终止了 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月21日(星期三) 上午10:16 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) txt是我的标签文件,你可以参考下,图片是数据里边有三个类别的车 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月19日(星期一) 晚上7:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 我懂了,检测出的结果根据这个在进行唯一id的确定,可是训练的时候源代码产生的label文件好像是不需要class类别的吗?,可以加个联系方式详细向您请教一下吗? ------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年7月19日(星期一) 晚上7:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不用修改,car里边id为01的目标和person类别id为01的目标通过class+id可以唯一确定下来,不知道我能表达清楚吗 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月18日(星期天) 晚上9:22 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 想要多类别的txt文件的生成的话不用更改原本的那个代码吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 检测完的目标每个框框上显示的类别都是pedestrians,,,没有我的类别,这个是在哪里改呢,还有就是想请问下您训练了多少epoch呢 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯嗯好滴谢谢你的指导

JAYCHOU2020 commented 2 years ago

微信图片_20210722163847 wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 微信图片_20210722164304 麻烦再请教一下你 原因是什么呢?

HappyPeanuts commented 2 years ago

让我看看你的results.txt文件,你打的标签文件看不出啥问题

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是

麻烦再请教一下你 原因是什么呢?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

让我看看你的results.txt文件,你打的标签文件看不出啥问题 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

微信图片_20210724103211 qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂

HappyPeanuts commented 2 years ago

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscri x

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

嗯嗯谢谢啦我看看

JAYCHOU2020 commented 2 years ago

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢!

HappyPeanuts commented 2 years ago

不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧

---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢?

HappyPeanuts commented 2 years ago

我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

最后想问一下opt文件的num_stacks参数是什么用处啊,求告知,谢谢啦

我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

微信图片_20210726104858 哪次 我找半天没找到,哈哈哈哈是不是没发好啊

HappyPeanuts commented 2 years ago

class_id track_id x y w h  8 0 0.189453 0.313889 0.103516 0.083333 3 0 0.045410 0.353704 0.040039 0.044444 3 1 0.236816 0.453704 0.041992 0.048148 3 2 0.376953 0.463889 0.037109 0.057407 3 3 0.566895 0.306481 0.030273 0.042593 3 4 0.687012 0.309259 0.028320 0.033333 5 0 0.754395 0.269444 0.041992 0.057407 3 5 0.443359 0.534259 0.035156 0.064815 3 9 0.528809 0.572222 0.036133 0.077778 3 10 0.545898 0.545370 0.033203 0.072222 3 11 0.552734 0.647222 0.035156 0.075926 3 12 0.083984 0.482407 0.046875 0.038889 3 13 0.067383 0.442593 0.046875 0.037037 3 14 0.593262 0.737963 0.038086 0.079630 3 15 0.673340 0.948148 0.045898 0.092593

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:49 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

最后想问一下opt文件的num_stacks参数是什么用处啊,求告知,谢谢啦

我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

哪次 我找半天没找到,哈哈哈哈是不是没发好啊

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

class_id track_id x y w h  8 0 0.189453 0.313889 0.103516 0.083333 3 0 0.045410 0.353704 0.040039 0.044444 3 1 0.236816 0.453704 0.041992 0.048148 3 2 0.376953 0.463889 0.037109 0.057407 3 3 0.566895 0.306481 0.030273 0.042593 3 4 0.687012 0.309259 0.028320 0.033333 5 0 0.754395 0.269444 0.041992 0.057407 3 5 0.443359 0.534259 0.035156 0.064815 3 9 0.528809 0.572222 0.036133 0.077778 3 10 0.545898 0.545370 0.033203 0.072222 3 11 0.552734 0.647222 0.035156 0.075926 3 12 0.083984 0.482407 0.046875 0.038889 3 13 0.067383 0.442593 0.046875 0.037037 3 14 0.593262 0.737963 0.038086 0.079630 3 15 0.673340 0.948148 0.045898 0.092593 ‍ ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:49 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 最后想问一下opt文件的num_stacks参数是什么用处啊,求告知,谢谢啦 我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 哪次 我找半天没找到,哈哈哈哈是不是没发好啊 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

想问一下怎么得到你这种正常的track_id的啊,我的trackid用的gen_label20得到的trackid都是5位数的...,不需要frameid吗?

HappyPeanuts commented 2 years ago

你好好看看readme吧,里边有说明,fairmot和mcmot的readme都好好读读

------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 中午11:02 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75)

class_id track_id x y w h  8 0 0.189453 0.313889 0.103516 0.083333 3 0 0.045410 0.353704 0.040039 0.044444 3 1 0.236816 0.453704 0.041992 0.048148 3 2 0.376953 0.463889 0.037109 0.057407 3 3 0.566895 0.306481 0.030273 0.042593 3 4 0.687012 0.309259 0.028320 0.033333 5 0 0.754395 0.269444 0.041992 0.057407 3 5 0.443359 0.534259 0.035156 0.064815 3 9 0.528809 0.572222 0.036133 0.077778 3 10 0.545898 0.545370 0.033203 0.072222 3 11 0.552734 0.647222 0.035156 0.075926 3 12 0.083984 0.482407 0.046875 0.038889 3 13 0.067383 0.442593 0.046875 0.037037 3 14 0.593262 0.737963 0.038086 0.079630 3 15 0.673340 0.948148 0.045898 0.092593 ‍ … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:49 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 最后想问一下opt文件的num_stacks参数是什么用处啊,求告知,谢谢啦 我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 哪次 我找半天没找到,哈哈哈哈是不是没发好啊 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

想问一下怎么得到你这种正常的track_id的啊,我的trackid用的gen_label20得到的trackid都是5位数的...,不需要frameid吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JAYCHOU2020 commented 2 years ago

你好好看看readme吧,里边有说明,fairmot和mcmot的readme都好好读读 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 中午11:02 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) class_id track_id x y w h  8 0 0.189453 0.313889 0.103516 0.083333 3 0 0.045410 0.353704 0.040039 0.044444 3 1 0.236816 0.453704 0.041992 0.048148 3 2 0.376953 0.463889 0.037109 0.057407 3 3 0.566895 0.306481 0.030273 0.042593 3 4 0.687012 0.309259 0.028320 0.033333 5 0 0.754395 0.269444 0.041992 0.057407 3 5 0.443359 0.534259 0.035156 0.064815 3 9 0.528809 0.572222 0.036133 0.077778 3 10 0.545898 0.545370 0.033203 0.072222 3 11 0.552734 0.647222 0.035156 0.075926 3 12 0.083984 0.482407 0.046875 0.038889 3 13 0.067383 0.442593 0.046875 0.037037 3 14 0.593262 0.737963 0.038086 0.079630 3 15 0.673340 0.948148 0.045898 0.092593 ‍ … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:49 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 最后想问一下opt文件的num_stacks参数是什么用处啊,求告知,谢谢啦 我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 哪次 我找半天没找到,哈哈哈哈是不是没发好啊 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下怎么得到你这种正常的track_id的啊,我的trackid用的gen_label20得到的trackid都是5位数的...,不需要frameid吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

你好我又来请教你了,特别想请教一下对测试集进行评测,为什么MOTA结果都是负的,-65%之类的,但是我视频保存下来是有有效追踪的阿,非常纳闷,希望能得到解答,非常感谢,谢谢了

JAYCHOU2020 commented 2 years ago

你好好看看readme吧,里边有说明,fairmot和mcmot的readme都好好读读 ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 中午11:02 @.>; @.**@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) class_id track_id x y w h  8 0 0.189453 0.313889 0.103516 0.083333 3 0 0.045410 0.353704 0.040039 0.044444 3 1 0.236816 0.453704 0.041992 0.048148 3 2 0.376953 0.463889 0.037109 0.057407 3 3 0.566895 0.306481 0.030273 0.042593 3 4 0.687012 0.309259 0.028320 0.033333 5 0 0.754395 0.269444 0.041992 0.057407 3 5 0.443359 0.534259 0.035156 0.064815 3 9 0.528809 0.572222 0.036133 0.077778 3 10 0.545898 0.545370 0.033203 0.072222 3 11 0.552734 0.647222 0.035156 0.075926 3 12 0.083984 0.482407 0.046875 0.038889 3 13 0.067383 0.442593 0.046875 0.037037 3 14 0.593262 0.737963 0.038086 0.079630 3 15 0.673340 0.948148 0.045898 0.092593 ‍ … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:49 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 最后想问一下opt文件的num_stacks参数是什么用处啊,求告知,谢谢啦 我之前给你发过我的标签文件呀,就是有图片的那一次,我有标注,你参考那个生成标签文件就可以 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月26日(星期一) 上午10:25 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 不好意思,我这个项目还在做,不太方便上代码,你可以看看visualize. py这个文件,当时我就修改了这一两个文件吧,而且强烈推荐你把代码整个运行流程看一下,会有帮助的吧 … ---原始邮件--- 发件人: @.> 发送时间: 2021年7月24日(周六) 晚上8:41 收件人: @.>; 抄送: @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 应该是在MCMOT\src\lib\tracker\multitracker.py里边有修改之类的吧,以及生成results.txt的那个py文件,你可以看看代码,希望对你有所帮助 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月24日(星期六) 上午10:41 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) 让我看看你的results.txt文件,你打的标签文件看不出啥问题 … ------------------ 原始邮件 ------------------ 发件人: "CaptainEven/MCMOT" @.>; 发送时间: 2021年7月22日(星期四) 下午4:44 @.>; @.@.>; 主题: Re: [CaptainEven/MCMOT] 运行Demo.py只能执行300帧 (#75) wo我更改了类别,能识别出我想要的目标不过识别出来的全是0号的bus类别,是我代码那个地方训练的时候没改好吗?训练的时候还是单类别识别的吗?我用的源代码里的gen_label_20.py生成的标签文件,格式是 麻烦再请教一下你 原因是什么呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. qi前几天期末考试了,才看到你的回复,麻烦你看一下这个结果就全是0号类别的,然后我更改了0号类别的索引再检测,发现识别出的目标名称无论什么全是0号这一个类别大哭😂 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下大佬有什么修改吗?能加一下你联系方式,看一下你跑通的代码吗?万分感谢! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 嗯嗯好的那能知道你训练的时候的label_with_ids的格式吗?我好像是少了个class的属性,你有吗?放在每一个目标标签文件的什么位置呢? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 哪次 我找半天没找到,哈哈哈哈是不是没发好啊 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 想问一下怎么得到你这种正常的track_id的啊,我的trackid用的gen_label20得到的trackid都是5位数的...,不需要frameid吗? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

您用的是这个工程自带的track里的评测代码,还是什么别的呢?