Closed xuan301 closed 2 years ago
Hi, Thank you for your interest in our project. We may not provide the convert code soon, but I can give you some instructions.
DETAD uses a standard evaluation process with GT json (they provided that in their repo) and predicted json, you only need to transfer the output to a valid json format.
With THUMOS14 dataset as an example, you first need to get the prediction output, you can use the saveonly
args to get an output pickle file. The only thing is that you need to transfer the target pickle file to the specific json format. I think you only need to convert the class name.
Mark as resolved.
Hi, what should I do to use DETAD on EPIC results instead?
For EPIC datasets, you need to follow instructions in DETAD to create the groundtruth annotations file with extra annotations (like Context Size, Context Distance) as in the DETAD paper. Then you need to follow the previous answer to get the prediction json file and use DETAD to compute the figure.
Hello, this is a very good job! If I want to use DETAD for visualization (FN, sensitivity analysis, etc.) as in your paper, can you provide the code to generate the json file of the results of your model?