├── README.md ├── candidate selection ├── README.md ├── bgfg - simple.py ├── bgfg generate v2.py ├── candidate from yolo.py └── detect.sh ├── model ├── README.md └── model.txt ├── time decision ├── README.md ├── anomalyStart.m ├── enter_grass_time.py ├── get_anomaly_ID.py ├── get_freeze_period.py ├── get_slowdown_time.m ├── get_start_time.py ├── get_stop_time.py ├── grass_road_svm.ipynb ├── process_anomaly_candidates.py ├── small object.py └── track_ID_match.py └── util └── convertMOT.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/README.md -------------------------------------------------------------------------------- /candidate selection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/candidate selection/README.md -------------------------------------------------------------------------------- /candidate selection/bgfg - simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/candidate selection/bgfg - simple.py -------------------------------------------------------------------------------- /candidate selection/bgfg generate v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/candidate selection/bgfg generate v2.py -------------------------------------------------------------------------------- /candidate selection/candidate from yolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/candidate selection/candidate from yolo.py -------------------------------------------------------------------------------- /candidate selection/detect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/candidate selection/detect.sh -------------------------------------------------------------------------------- /model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/model/README.md -------------------------------------------------------------------------------- /model/model.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/model/model.txt -------------------------------------------------------------------------------- /time decision/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/README.md -------------------------------------------------------------------------------- /time decision/anomalyStart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/anomalyStart.m -------------------------------------------------------------------------------- /time decision/enter_grass_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/enter_grass_time.py -------------------------------------------------------------------------------- /time decision/get_anomaly_ID.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/get_anomaly_ID.py -------------------------------------------------------------------------------- /time decision/get_freeze_period.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/get_freeze_period.py -------------------------------------------------------------------------------- /time decision/get_slowdown_time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/get_slowdown_time.m -------------------------------------------------------------------------------- /time decision/get_start_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/get_start_time.py -------------------------------------------------------------------------------- /time decision/get_stop_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/get_stop_time.py -------------------------------------------------------------------------------- /time decision/grass_road_svm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/grass_road_svm.ipynb -------------------------------------------------------------------------------- /time decision/process_anomaly_candidates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/process_anomaly_candidates.py -------------------------------------------------------------------------------- /time decision/small object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/small object.py -------------------------------------------------------------------------------- /time decision/track_ID_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/time decision/track_ID_match.py -------------------------------------------------------------------------------- /util/convertMOT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipl-uw/2019-CVPR-AIC-Track-3-UWIPL/HEAD/util/convertMOT.py --------------------------------------------------------------------------------