megvii-research / MOTRv2

[CVPR2023] MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors
Other
348 stars 44 forks source link

How to solve this problem? #18

Closed wh1sperC closed 1 year ago

wh1sperC commented 1 year ago

The following is my problem: (motrv2) dcy@ubuntu:~/MOTRv2$ bash tools/train.sh configs/motrv2.args

wh1sperC commented 1 year ago

My environment is ubuntu-18.04,torch=1.7.1,python=3.7

zyayoung commented 1 year ago

The error is

cp: cannot stat 'eval_detr.py': No such file or directory
cp: cannot stat 'seqmap': No such file or directory

Fixed in a803eee.

wh1sperC commented 1 year ago

OK,it's the encoding problem.I used to code in CRLF, but now I change it to LF.But there is still a problem that says 'Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.'How I can fix this problem?

wh1sperC commented 1 year ago

Oh my god,I found that error you say,sorry,it's my fault.But I don't know what should I do next,please help me how to avoid that problem you say?