安装环境的方式测试的参考:
复现FairMot踩坑记录_GG的博客-CSDN博客問題1:ERROR: Command errored out with exit status 1: command: /home/se8502/anaconda3/envs/fairmot/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-loqfqgxu/lap_27d2b6fda8f14025af34865b05f8ff1c/setup.py'"'...https://blog.csdn.net/qwazp3526cn/article/details/121527060
开始 -
作者:
https://github.com/ifzhang/FairMOThttps://github.com/ifzhang/FairMOT
首先下载数据集:
CrowdHuman_train01.zip、CrowdHuman_train02.zip、CrowdHuman_train03.zip、
CrowdHuman_val.zip、CrowdHuman_test.zip
annotation_val.odgt、annotation_train.odgt、crowdhuman_dla34.pth
在FairMOT-master根目录下创建datasetMOTCrowdHuman
创建的格式按照作者的方式:
crowdhuman |——————images | └——————train | └——————val └——————labels_with_ids | └——————train(empty) | └——————val(empty) └------annotation_train.odgt └------annotation_val.odgt
具体如下:
打开FairMOT-mastersrclibcfgdata.json
======================2021.11.30.02.18=================
先睡觉



