Shanshan7 / UniMOT

A framework to do MOT
0 stars 0 forks source link

fairmot测试方法最终确认 #9

Closed wc1229 closed 2 years ago

foww-0001 commented 2 years ago

python demo.py mot --load_model ../models/fairmot_dla34.pth --input-video /home/edge/data/VOCdevkit/videos/MOT16-10-raw.mp4 --conf_thres 0.4 --output-format text @wc1229

foww-0001 commented 2 years ago

MOT的测试先建文件夹eval,把测试的两个文件放进去,同时在eval文件夹下写readme.md,尽量不要写在总的ReadMe里面。

wc1229 commented 2 years ago

已修改

foww-0001 commented 2 years ago

提到test分支上,我来测试一下

wc1229 commented 2 years ago

已提

foww-0001 commented 2 years ago

没有收到分支合并申请

wc1229 commented 2 years ago

我只把文件提交上去了,分支test里的eval_wc。

foww-0001 commented 2 years ago

提个pull_request给我

foww-0001 commented 2 years ago

注意: MOT的测试加上文件路径的描述, 如: MOT_EVAL测试文件夹: |——mot视频1 |————det.txt |————gt.txt

foww-0001 commented 2 years ago

加入了参数选择:parse_arguments, 可以通过python3 eval/run_metrics.py -h查看:

process start...
Usage: run_metrics.py [options]

This program is MOT EVAL

Options:
  -h, --help           show this help message and exit
  -d PATH, --det=PATH  detetion path
  -g PATH, --gt=PATH   ground truth path
wc1229 commented 2 years ago

已上传到新的分支dev_wc

foww-0001 commented 2 years ago

我重新提交了test分支,你看一下把eval里面的参数选择:parse_arguments加入你的代码中,你可以再加一个输出的选项。

Shanshan7 commented 2 years ago

目前还在继续训练吗

wc1229 commented 2 years ago

我看了一下,机器又断线了,看来bachsize调小了还是不行

wc1229 commented 2 years ago

测试方法接口修改完成,测试成功,已提交pull request

foww-0001 commented 2 years ago

没有收到pull request的请求

wc1229 commented 2 years ago

有了吗

foww-0001 commented 2 years ago

有了吗

收到了

foww-0001 commented 2 years ago

MOT的测试方法做了一个简单的合并,是需要给出视频序列的文件夹就行,代码已上传,拉取最新的test分支的内容可以测试一下。测试完成后告诉我,我来上传main分支。

wc1229 commented 2 years ago

测试完成,没问题