LICENSE
MANIFEST.in
README.md
full_requirements.txt
lfs-files.txt
requirements.txt
setup.py
./requirements.txt
./whacc/.DS_Store
./whacc/.gitattributes.swp
./whacc/__init__.py
./whacc/analysis.py
./whacc/feature_maker.py
./whacc/feature_maker_temp.py
./whacc/image_tools.py
./whacc/model_maker.py
./whacc/pole_tracker.py
./whacc/retrain_LGBM.py
./whacc/run_in_terminal_template.py
./whacc/subset_h5_generator.py
./whacc/touch_curation_GUI.py
./whacc/transfer_learning.py
./whacc/utils.py
./whacc/__pycache__/__init__.cpython-38.pyc
./whacc/__pycache__/analysis.cpython-38.pyc
./whacc/__pycache__/feature_maker.cpython-38.pyc
./whacc/__pycache__/image_tools.cpython-38.pyc
./whacc/__pycache__/model_maker.cpython-38.pyc
./whacc/__pycache__/pole_tracker.cpython-38.pyc
./whacc/__pycache__/retrain_LGBM.cpython-38.pyc
./whacc/__pycache__/subset_h5_generator.cpython-38.pyc
./whacc/__pycache__/touch_curation_GUI.cpython-38.pyc
./whacc/__pycache__/transfer_learning.cpython-38.pyc
./whacc/__pycache__/utils.cpython-38.pyc
./whacc/examples/0.5 before batch processing.py
./whacc/examples/1_make_h5_example.py
./whacc/examples/2_predict_touches_example.py
./whacc/examples/3_make_subset_H5_example.py
./whacc/examples/4_augment_H5_example.py
./whacc/examples/5_split_data_for_retrain_example.py
./whacc/examples/6_retrain_example.py
./whacc/examples/7.5_convert_h5_to_features.py
./whacc/examples/7_select_TL_trials.py
./whacc/examples/8_make_feature_data.py
./whacc/examples/9_re_train_GBM_EXAMPLE.py
./whacc/examples/CNN_+lightGBM_V5_Testing_GPU_RAM_limits_V2.py
./whacc/examples/SCRATCH5.py
./whacc/examples/TL_10_20_30.py
./whacc/examples/__init__.py
./whacc/examples/add_pole_times.py
./whacc/examples/best_T1V1t2_model.py
./whacc/examples/colors.py
./whacc/examples/compare_models_for_feature_selection.py
./whacc/examples/convert_h5_to_feature_h5.py
./whacc/examples/copy_temp.py
./whacc/examples/define_in_range.py
./whacc/examples/diff_h5_creator.py
./whacc/examples/error_analysis_example.py
./whacc/examples/final_CNN_performance_with_final_mathcing_datasets.py
./whacc/examples/full_pipeline.py
./whacc/examples/full_pipeline_no_transfer_learning.py
./whacc/examples/gists.py
./whacc/examples/gui_example.py
./whacc/examples/h5_tester.py
./whacc/examples/heat_map_plotter.py
./whacc/examples/heat_mapper_boost_mods.py
./whacc/examples/heatmap_maker.py
./whacc/examples/load_all_predictions_from_all_100_final_models_for_cloud.py
./whacc/examples/lstm_transfer_learning_lstm_using_subsets_v3.py
./whacc/examples/make_master_training_H5_example.py
./whacc/examples/make_new_data_and train.py
./whacc/examples/pack_samsons_data.py
./whacc/examples/re_pole_down.py
./whacc/examples/redo_all_data.py
./whacc/examples/run_all_model.py
./whacc/examples/scratch4.py
./whacc/examples/scratch8.py
./whacc/examples/scratch_3.py
./whacc/examples/subset_to_altered_for_training.py
./whacc/examples/temp_TVt1_and_TVt2_model_directories.py
./whacc/examples/test_training_with_worst_trials.py
./whacc/examples/testing_LSTM_model_defnitions.py
./whacc/examples/testing_batch_predicting.py
./whacc/examples/var_rename_scratch.py
./whacc/figures/CNN_plots.py
./whacc/figures/FIG_2_border_touches_explained.py
./whacc/figures/FIG_2_pie_graph_percentages.py
./whacc/figures/FIG_2_pie_graph_percentages_V2.py
./whacc/figures/PSTH neuron compare.py
./whacc/figures/PSTH_V1.py
./whacc/figures/SHAP_histograms.py
./whacc/figures/__init__.py
./whacc/figures/all agree analysis fig V2.py
./whacc/figures/all agree analysis.py
./whacc/figures/error_analysis_explained_critical_errors.py
./whacc/figures/error_type_analysis.py
./whacc/figures/features_with_video.py
./whacc/figures/fig_3_model_compare.py
./whacc/figures/fig_3_model_compare_V2.py
./whacc/figures/get_feature_names.py
./whacc/figures/pretty_plots.py
./whacc/figures/top4_critical_errors_.py
./whacc/figures/what_features_look_like.py
./whacc/figures/whisker_images.py
./whacc/figures/__pycache__/__init__.cpython-38.pyc
./whacc/figures/__pycache__/pretty_plots.cpython-38.pyc
./whacc/figures/load/load.py
./whacc/figures/not_using/__init__.py
./whacc/figures/not_using/simulation_simple.py
./whacc/whacc_data/.DS_Store
./whacc/whacc_data/__init__.py
./whacc/whacc_data/template_img.png
./whacc/whacc_data/feature_data/__init__.py
./whacc/whacc_data/feature_data/feature_data_dict.pkl
./whacc/whacc_data/feature_data/start_end_nan_locations.pkl
./whacc/whacc_data/final_model/.DS_Store
./whacc/whacc_data/final_model/final_resnet50V2_HEAD/final_CNN_model_head.pkl
./whacc/whacc_data/final_model/light_GBM_model/.DS_Store
./whacc/whacc_data/final_model/light_GBM_model/FINAL_WHACC_MODEL_016_model.pkl
whacc/__init__.py
whacc/analysis.py
whacc/feature_maker.py
whacc/feature_maker_temp.py
whacc/image_tools.py
whacc/model_maker.py
whacc/pole_tracker.py
whacc/retrain_LGBM.py
whacc/run_in_terminal_template.py
whacc/subset_h5_generator.py
whacc/touch_curation_GUI.py
whacc/transfer_learning.py
whacc/utils.py
whacc.egg-info/PKG-INFO
whacc.egg-info/SOURCES.txt
whacc.egg-info/dependency_links.txt
whacc.egg-info/not-zip-safe
whacc.egg-info/requires.txt
whacc.egg-info/top_level.txt
whacc/examples/0.5 before batch processing.py
whacc/examples/1_make_h5_example.py
whacc/examples/2_predict_touches_example.py
whacc/examples/3_make_subset_H5_example.py
whacc/examples/4_augment_H5_example.py
whacc/examples/5_split_data_for_retrain_example.py
whacc/examples/6_retrain_example.py
whacc/examples/7.5_convert_h5_to_features.py
whacc/examples/7_select_TL_trials.py
whacc/examples/8_make_feature_data.py
whacc/examples/9_re_train_GBM_EXAMPLE.py
whacc/examples/CNN_+lightGBM_V5_Testing_GPU_RAM_limits_V2.py
whacc/examples/SCRATCH5.py
whacc/examples/TL_10_20_30.py
whacc/examples/__init__.py
whacc/examples/add_pole_times.py
whacc/examples/best_T1V1t2_model.py
whacc/examples/colors.py
whacc/examples/compare_models_for_feature_selection.py
whacc/examples/convert_h5_to_feature_h5.py
whacc/examples/copy_temp.py
whacc/examples/define_in_range.py
whacc/examples/diff_h5_creator.py
whacc/examples/error_analysis_example.py
whacc/examples/final_CNN_performance_with_final_mathcing_datasets.py
whacc/examples/full_pipeline.py
whacc/examples/full_pipeline_no_transfer_learning.py
whacc/examples/gists.py
whacc/examples/gui_example.py
whacc/examples/h5_tester.py
whacc/examples/heat_map_plotter.py
whacc/examples/heat_mapper_boost_mods.py
whacc/examples/heatmap_maker.py
whacc/examples/load_all_predictions_from_all_100_final_models_for_cloud.py
whacc/examples/lstm_transfer_learning_lstm_using_subsets_v3.py
whacc/examples/make_master_training_H5_example.py
whacc/examples/make_new_data_and train.py
whacc/examples/pack_samsons_data.py
whacc/examples/re_pole_down.py
whacc/examples/redo_all_data.py
whacc/examples/run_all_model.py
whacc/examples/scratch4.py
whacc/examples/scratch8.py
whacc/examples/scratch_3.py
whacc/examples/subset_to_altered_for_training.py
whacc/examples/temp_TVt1_and_TVt2_model_directories.py
whacc/examples/test_training_with_worst_trials.py
whacc/examples/testing_LSTM_model_defnitions.py
whacc/examples/testing_batch_predicting.py
whacc/examples/var_rename_scratch.py
whacc/figures/CNN_plots.py
whacc/figures/FIG_2_border_touches_explained.py
whacc/figures/FIG_2_pie_graph_percentages.py
whacc/figures/FIG_2_pie_graph_percentages_V2.py
whacc/figures/PSTH neuron compare.py
whacc/figures/PSTH_V1.py
whacc/figures/SHAP_histograms.py
whacc/figures/__init__.py
whacc/figures/all agree analysis fig V2.py
whacc/figures/all agree analysis.py
whacc/figures/error_analysis_explained_critical_errors.py
whacc/figures/error_type_analysis.py
whacc/figures/features_with_video.py
whacc/figures/fig_3_model_compare.py
whacc/figures/fig_3_model_compare_V2.py
whacc/figures/get_feature_names.py
whacc/figures/pretty_plots.py
whacc/figures/top4_critical_errors_.py
whacc/figures/what_features_look_like.py
whacc/figures/whisker_images.py
whacc/figures/not_using/__init__.py
whacc/figures/not_using/simulation_simple.py
whacc/whacc_data/__init__.py
whacc/whacc_data/feature_data/__init__.py