-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
126 lines (99 loc) · 4.4 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
zebrazoom/__pycache__/
zebrazoom/code/GUI/__pycache__/
zebrazoom/code/__pycache__/
zebrazoom/code/getImage/__pycache__/
zebrazoom/code/trackingFolder/__pycache__/
zebrazoom/code/trackingFolder/headTrackingHeadingCalculationFolder/__pycache__/
zebrazoom/code/trackingFolder/eyeTracking/__pycache__/
zebrazoom/code/trackingFolder/tailTrackingFunctionsFolder/__pycache__/
zebrazoom/code/trackingFolder/tailTrackingFunctionsFolder/tailTrackingExtremityDetectFolder/__pycache__/
zebrazoom/code/trackingFolder/tailTrackingFunctionsFolder/tailTrackingExtremityDetectFolder/findTailExtremeteFolder/__pycache__/
zebrazoom/code/vars/__pycache__/
zebrazoom/dataAnalysis/dataanalysis/__pycache__/
zebrazoom/dataAnalysis/datasetcreation/__pycache__/
zebrazoom/dataAnalysis/__pycache__
zebrazoom/videoFormatConversion/__pycache__
zebrazoom/code/dataPostProcessing/__pycache__/
zebrazoom/dataAnalysis/postProcessingFromCommandLine/__pycache__/
zebrazoom/code/deepLearningFunctions/__pycache__
zebrazoom/code/deepLearningFunctions/PyTorchFunctions/__pycache__/
zebrazoom/otherScripts/__pycache__/
zebrazoom/dataAnalysis/createCustomDataStructure/__pycache__/
zebrazoom/code/trackingFolder/refactoredCode2022/__pycache__/
zebrazoom/trackingConfigurations/__pycache__/
zebrazoom/code/tracking/customTrackingImplementations/fastFishTracking/__pycache__/
zebrazoom/code/GUI/tracking/customTrackingImplementations/fastFishTracking/__pycache__/tracking.cpython-38.pyc
zebrazoom/code/tracking/customTrackingImplementations/multipleCenterOfMassTracking/__pycache__/
zebrazoom/code/GUI/tracking/__pycache__/
zebrazoom/code/GUI/tracking/customTrackingImplementations/__pycache__/
zebrazoom/code/GUI/tracking/customTrackingImplementations/examples/__pycache__/
zebrazoom/code/tracking/__pycache__/
zebrazoom/code/tracking/customTrackingImplementations/__pycache__/
zebrazoom/code/tracking/customTrackingImplementations/examples/__pycache__/
zebrazoom/dataAPI/__pycache__/
zebrazoom/trackingConfigurations/*.csv
zebrazoom/rolloverConfigurations/
zebrazoom/newhyperparameters
zebrazoom/trace.txt
zebrazoom/ZZoutput/
!zebrazoom/ZZoutput/standardValueFreelySwimZebrafishLarvae
!zebrazoom/ZZoutput/example1/configUsed.json
!zebrazoom/ZZoutput/example1/results_example1.txt
!zebrazoom/ZZoutput/example2/configUsed.json
!zebrazoom/ZZoutput/example2/results_example2.txt
!zebrazoom/ZZoutput/example3/configUsed.json
!zebrazoom/ZZoutput/example3/results_example3.txt
MANIFEST
dist/
zebrazoom.egg-info/
zebrazoom/configuration/
!zebrazoom/configuration/4wellsZebrafishLarvaeEscapeResponses.json
!zebrazoom/configuration/fliesInTube.json
!zebrazoom/configuration/headEmbeddedZebrafishLarva.json
!zebrazoom/configuration/screenFastTrackingConfigFileTemplate.json
!zebrazoom/configuration/testThresholdsForFastScreen.json
!zebrazoom/configuration/toCreateConfigFileForBarelyMovingAnimals.json
!zebrazoom/configuration/barelyMovingFish.json
!zebrazoom/configuration/noPreProcessingOfImageForBoutDetection.json
!zebrazoom/configuration/invertColorsForHeadEmbeddedEyeTracking.json
!zebrazoom/configuration/invertBlackWhiteOnImages.json
zebrazoom/rolloverDetectionConfiguration/
zebrazoom/dataAnalysis/classifiers/*
zebrazoom/dataAnalysis/data/*
zebrazoom/dataAnalysis/experimentOrganizationExcel/*
zebrazoom/dataAnalysis/resultsClustering/*
zebrazoom/dataAnalysis/resultsKinematic/*
zebrazoom/dataAnalysis/analysisScriptsForProjects/
prepRepo.sh
trace.txt
launch*.sh
*Launch.sh
*_paramSet
*_config.json
*_config_old.json
*_configOld.json
newhyperparameters
experimentWithAutomaticOptimalParamSearch.py
pypiUpload.sh
build
zebrazoom/dataAnalysis/postProcessingClusteringResults
scoresComparaison*.pkl
scoresComparaison*.png
zebrazoom/code/deepLearningFunctions/unetModel/__pycache__
readAndAnalyzeZZoutputWithPython/framesKept*.xlsx
framesKept*.xlsx
goodTracking.pkl
goodTrackingInterSaved.pkl
goodTrackingSaved.pkl
readAndAnalyzeZZoutputWithPython/*.png
readAndAnalyzeZZoutputWithPython/*.csv
readAndAnalyzeZZoutputWithPython/*.pkl
readAndAnalyzeZZoutputWithPython/*.svg
zebrazoom/code/GUI/tracking/customTrackingImplementations/fastFishTracking/__pycache__
zebrazoom/code/tracking/customTrackingImplementations/yolov5/
runs/
zebrazoom/code/tracking/customTrackingImplementations/yolov11/__pycache__
zebrazoom/code/GUI/tracking/customTrackingImplementations/multipleCenterOfMassTracking/__pycache__
DLrelatedFiles/__pycache__
otherScripts/reassignMultipleAnimalsIds_Chica.py
otherScripts/reassignMultipleAnimalsIds_Sabinos.py