├── README.md ├── bcfw_diffrac.py ├── data_handler.py ├── eval_functions.py ├── evaluation.py ├── launcher.py ├── linear_solvers.py ├── scripts ├── DALY │ ├── 1BB.sh │ ├── shot_level.sh │ ├── temp_1BB.sh │ ├── temp_3BB.sh │ ├── temp_point.sh │ ├── temporal.sh │ └── video_level.sh └── UCF101-24 │ ├── 1BB.sh │ ├── fully_supervised.sh │ ├── temp_1BB.sh │ ├── temp_3BB.sh │ ├── temp_point.sh │ ├── temp_sppoints.sh │ ├── temporal.sh │ └── video_level.sh └── track_utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/README.md -------------------------------------------------------------------------------- /bcfw_diffrac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/bcfw_diffrac.py -------------------------------------------------------------------------------- /data_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/data_handler.py -------------------------------------------------------------------------------- /eval_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/eval_functions.py -------------------------------------------------------------------------------- /evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/evaluation.py -------------------------------------------------------------------------------- /launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/launcher.py -------------------------------------------------------------------------------- /linear_solvers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/linear_solvers.py -------------------------------------------------------------------------------- /scripts/DALY/1BB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/1BB.sh -------------------------------------------------------------------------------- /scripts/DALY/shot_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/shot_level.sh -------------------------------------------------------------------------------- /scripts/DALY/temp_1BB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/temp_1BB.sh -------------------------------------------------------------------------------- /scripts/DALY/temp_3BB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/temp_3BB.sh -------------------------------------------------------------------------------- /scripts/DALY/temp_point.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/temp_point.sh -------------------------------------------------------------------------------- /scripts/DALY/temporal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/temporal.sh -------------------------------------------------------------------------------- /scripts/DALY/video_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/DALY/video_level.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/1BB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/1BB.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/fully_supervised.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/fully_supervised.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/temp_1BB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/temp_1BB.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/temp_3BB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/temp_3BB.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/temp_point.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/temp_point.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/temp_sppoints.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/temp_sppoints.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/temporal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/temporal.sh -------------------------------------------------------------------------------- /scripts/UCF101-24/video_level.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/scripts/UCF101-24/video_level.sh -------------------------------------------------------------------------------- /track_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jalayrac/weakactionloc/HEAD/track_utils.py --------------------------------------------------------------------------------