-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
The TURN proposal results are in the pkl_files folder. To run the eval: | ||
The TURN proposal results on THUMOS-14 are in the "pkl_files" folder. To run the proposal eval: | ||
|
||
python prop_eval.py TURN-C3D-16_thumos14.pkl | ||
python prop_eval.py TURN-C3D-16_thumos14.pkl or python prop_eval.py TURN-FLOW-16_thumos14.pkl | ||
|
||
or | ||
|
||
python prop_eval.py TURN-FLOW-16_thumos14.pkl | ||
The THUMOS-14 detection results for TURN+SCNN are in "thumos14_results" folder. Please use the THUMOS14 eval codes to evaluate. |