-
Notifications
You must be signed in to change notification settings - Fork 37
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
About Testing #9
Comments
Hi, @AmingWu, actually 'succ/prec' in the picture is the result, but there may be something wrong about your result. The true result is about 56.2/72.8. you may need to check the input settings of the code. |
I find the testing data does not include label_02. The label_02 is only for training. Is it correct? |
data_tracking_label_2 only contains the training data. And it does not contain the test data. |
Yes, the KITTI tracking dataset only gives the label of training set. So we only used its training set to train and test our P2B, which was split as follows: scenes 0-16 for training, 17-18 for validation, and 19-20 for testing. |
I use the default settings of your code. |
The result 6.1/3.9 indicates the tracker can not give a right prediction at all, I think there may still exist some errors in your code. Can you get a right result with the model I trained? |
The output of your terminal seems to be correct. I'm not sure why your test result is wrong. |
I use the default settings. And I do not modify the code. The dataset is correct. But, I do not reproduce your result. |
Could you share your trained model? |
The model trained for car is already included in this repository, and I'm working on the release of other categories. |
OK, I have test your model. I find the result is still wrong. |
You may check the code related to the test stage, I think your training stage has no error now. |
dataset_Test = SiameseTest( I only modify the path from opt.data_dir to '/home/room/wam/P2B/trackingdata/testing', |
The path of training and test should be the same, does this matter? |
Thank you very much. I have reproduced your results. The path of training and test should be the same. |
If I want to run other categories, I only need to modify parser.add_argument('--category_name', type=str, default = 'Car', help='Object to Track (Car/Pedetrian/Van/Cyclist)')? |
@AmingWu @HaozheQi, Hello, I wonder how did you final solve this problem, I run the following scripts: python test_tracking.py --data_dir=/mnt/study/Datasets/KITTI/tracking/training And also got the result like yours: Test 1: Time 0.030s (it:0.031s) Data:0.409s (it:0.518s), Succ/Prec:6.6/4.4: 100% And I used the KITTI training data and the default offline |
I run the test script in pycharm, and I got the same result as yours. I am sure the data which I used to test is KITTI training sequence, but it's still give me a wrong result. Test 1: Time 0.037s (it:0.041s) Data:0.436s (it:0.493s), Succ/Prec:6.6/4.4: 100%|██████████| 6424/6424 [03:56<00:00, 27.15it/s] |
Where are the testing results?
The text was updated successfully, but these errors were encountered: