MANIFEST.in
README.md
setup.py
idtrackerai/__init__.py
idtrackerai/accumulation_manager.py
idtrackerai/accumulator.py
idtrackerai/assigner.py
idtrackerai/blob.py
idtrackerai/constants.py
idtrackerai/crossing_detector.py
idtrackerai/fragment.py
idtrackerai/globalfragment.py
idtrackerai/list_of_blobs.py
idtrackerai/list_of_fragments.py
idtrackerai/list_of_global_fragments.py
idtrackerai/pre_trainer.py
idtrackerai/preprocessing_preview_api.py
idtrackerai/tracker_api.py
idtrackerai/trainer.py
idtrackerai/video.py
idtrackerai.egg-info/PKG-INFO
idtrackerai.egg-info/SOURCES.txt
idtrackerai.egg-info/dependency_links.txt
idtrackerai.egg-info/entry_points.txt
idtrackerai.egg-info/not-zip-safe
idtrackerai.egg-info/requires.txt
idtrackerai.egg-info/top_level.txt
idtrackerai/groundtruth_utils/__init__.py
idtrackerai/groundtruth_utils/compute_groundtruth_statistics.py
idtrackerai/groundtruth_utils/compute_groundtruth_statistics_general.py
idtrackerai/groundtruth_utils/compute_individual_groundtruth_statistics.py
idtrackerai/groundtruth_utils/generate_groundtruth.py
idtrackerai/groundtruth_utils/generate_individual_groundtruth.py
idtrackerai/network/__init__.py
idtrackerai/network/cnn_architectures.py
idtrackerai/network/crossings_detector_model/__init__.py
idtrackerai/network/crossings_detector_model/crossings_detector_model.py
idtrackerai/network/crossings_detector_model/epoch_runner_crossings.py
idtrackerai/network/crossings_detector_model/get_crossings_data_set.py
idtrackerai/network/crossings_detector_model/get_predictions_crossings.py
idtrackerai/network/crossings_detector_model/network_params_crossings.py
idtrackerai/network/crossings_detector_model/stop_training_criteria_crossings.py
idtrackerai/network/crossings_detector_model/store_accuracy_and_loss_crossings.py
idtrackerai/network/crossings_detector_model/train_crossings_detector.py
idtrackerai/network/identification_model/__init__.py
idtrackerai/network/identification_model/epoch_runner.py
idtrackerai/network/identification_model/get_data.py
idtrackerai/network/identification_model/get_predictions.py
idtrackerai/network/identification_model/id_CNN.py
idtrackerai/network/identification_model/network_params.py
idtrackerai/network/identification_model/stop_training_criteria.py
idtrackerai/network/identification_model/store_accuracy_and_loss.py
idtrackerai/postprocessing/__init__.py
idtrackerai/postprocessing/assign_them_all.py
idtrackerai/postprocessing/compute_velocity_model.py
idtrackerai/postprocessing/correct_impossible_velocity_jumps.py
idtrackerai/postprocessing/get_trajectories.py
idtrackerai/postprocessing/identify_non_assigned_with_interpolation.py
idtrackerai/postprocessing/individual_videos.py
idtrackerai/postprocessing/trajectories_to_csv.py
idtrackerai/postprocessing/trajectories_to_video.py
idtrackerai/preprocessing/__init__.py
idtrackerai/preprocessing/erosion.py
idtrackerai/preprocessing/model_area.py
idtrackerai/preprocessing/segmentation.py
idtrackerai/utils/__init__.py
idtrackerai/utils/cnn_utils.py
idtrackerai/utils/py_utils.py
idtrackerai/utils/segmentation_utils.py
idtrackerai/utils/test.json
idtrackerai/utils/test_example_video.py