-
Notifications
You must be signed in to change notification settings - Fork 10
Questions about evaluation indicators #2
Comments
Hi, after some research, I could find the dataset page. Maybe it changed location since I used it? I don't know. Anyway, it is there now: https://sites.google.com/view/grli-uavdt. Tell me if you have any problems accessing it. If you scroll to the bottom of the page, the evaluation tool is the link titled "[DET/MOT toolkit (Google Drive)]", at this URL: (https://drive.google.com/file/d/19498uJd7T9w4quwnQEy62nibt3uyT9pq/view. After that, you can see that the testing set is defined in the file utils/CalculateDetectionPR_overall.m. Good luck! |
I did download the tool in that data set and run the MATLAB file. I don't know how to evaluate my network using the matlab tool. There seems to be no similar tutorial on the Internet. I'm really sorry. I may not have described it clearly before. I'm sorry.
… 在 2021年12月1日,上午10:06,Hughes Perreault ***@***.***> 写道:
Hi, after some research, I could find the dataset page. Maybe it changed location since I used it? I don't know. Anyway, it is there now: https://sites.google.com/view/grli-uavdt. Tell me if you have any problems accessing it. If you scroll to the bottom of the page, the evaluation tool is the link titled "[DET/MOT toolkit (Google Drive)]", at this URL: (https://drive.google.com/file/d/19498uJd7T9w4quwnQEy62nibt3uyT9pq/view. After that, you can see that the testing set is defined in the file utils/CalculateDetectionPR_overall.m. Good luck!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Do you use read_csv to generate the test text file on the entire data set? I see that such a function is written in your code. So can I copy this part of your code to generate the text file needed for testing. Can you tell me which of these is the script you used to generate the txt file in the end? Also, can I get so many txt files directly by running this script? |
Ah okay I see... You have to run the file CalculateDetectionsPR. I suggest you try to run results for Faster R-CNN first, as it is the one that's in the file by default. You can change the name at line 2 in this file, and it will change the folder that is evaluated in "RES_DET". Also, if you have trouble, and you only want the overall results, you can comment the other lines, like this. If I remember correctly, you should be able to reproduce the results in the original UAVDT paper like that:
I hope this helps! If you have any problem about the format of your results, just follow an example at: RES_DET\det_FRCNN\M0203.txt. |
/run_on_csv_method.py Is it a script that generates test results? It seems that he should not be able to generate all the txt files, how do you operate? |
This script generates test results, but in an incorrect format for this tool. I had another very simple script which I no longer have access to. But really if you check RES_DET\det_FRCNN\M0203.txt, you will see that the format is simple, you can write a conversion script very easily yourself. Some values are unused for object detection evaluation, and are set to 1 or -1. |
SPLIT = 'uav-test'
Have you saved the path of the picture in a csv file? I'm really sorry to disturb you, but it is still difficult for me to understand the generation logic of a series of txt files and what kind of data it uses only from your code. |
I can write my own conversion tool. It is really simple. |
For my research I converted all the datasets in the same simple CSV format, which is:
and then when I generate the results:
I later use a custom script to reconvert each dataset into their own format for evaluation. The advantage for me is that all my data is in the same format during the work. |
Actually I found the script for UAVDT to CSV, here it is: https://1drv.ms/u/s!Ahf1HD3oV-4xgtwyi3vRFiAE5lwBbA?e=FRiIus. Hope this helps! |
First of all, thank you for your help, I have solved the previous problem. |
I downloaded the UAVDT data set and evaluation tool, but I did not find out how to use it to generate test results from the tool. I did a lot of searches, and there are no similar tutorials on the Internet. I searched the original paper and did not find the author. Contact information.
But I really need the same evaluation criteria as the open source papers to evaluate the quality of my network. You published your paper with this data set. I wonder if you can send me the testing tools you use. I want to use this to evaluate your own network.
The text was updated successfully, but these errors were encountered: