-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't run test_tracktor.py #133
Comments
Did you download the pre-trained model files? Including the Faster R-CNN and reID model files? |
Yes, I did. I have downloaded the pre-trained model files and moved them to the output folder:
|
Does the |
Yes. I did and I think I have pulled the latest version with tracking_wo_bnw-output_v4.zip. reid:
cnn:
output_dim: 128
dataloader:
K: 4
P: 18
crop_H: 256
crop_W: 128
max_per_person: 1000
normalize_mean:
- 0.485
- 0.456
- 0.406
normalize_std:
- 0.229
- 0.224
- 0.225
transform: random
vis_threshold: 0.3
db_train: train
db_val: false
desription: all
lr_scheduler: true
max_epochs: 69
model_args:
loss: batch_hard
margin: 0.2
prec_at_k: 3
module_name: reid
name: res50-mot17-batch_hard
seed: 12345
solver:
optim: Adam
optim_args:
lr: 0.0003
weight_decay: 0.0
seed: 453695 I will nuke the folder and do it again to ensure that my setup is right, then I will update you. |
This reid config file is not the latest version. I still includes all config params under a |
I have recloned the repo, installed the packages, and downloaded the .zip file. I got this error after loading the data:
|
I just tested the code and it is working for me. Did you install the proper versions of all packages? |
I have followed the same instructions. Here are my packages for the conda env.
CUDA version when running `nvcc --version`:
|
The tracking seems to be working fine. You are supposed to track 71 objects on MOT17-02 with default configurations. But something is off with the evaluation. |
Update your numpy to 1.20.3 can solve the problem. |
I am facing the same issue and updated my numpy to 1.20.3 but it still is not working. Any solution? |
Please double check all your package versions and see if they are the same the ones used in the |
same problem with mine. |
I have installed the packages per README and I downloaded MOT dataset. I couldn't run test_tracktor.py. Here is the error that I got:
Thanks!
The text was updated successfully, but these errors were encountered: