forked from mirestrepo/voxels-at-lems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
temp.sh
69 lines (64 loc) · 1.45 KB
/
temp.sh
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
#!/bin/bash
#
#for (( i=17; i<32; i++ ))
#do
#
# find ./site_$i/imgs -iname "*.png" -type f | wc -l
#
#done
#cd /Users/isa/Experiments/BOF/helicopter_providence/beaudet_corners/bof_cross_validation
#
#t=90;
#find ./*/thresh_$t/k_means_20 -iname "run_time.txt" -type f | while read filepath
##find ./*/thresh_$t/classification_20 -iname "run_time.txt" -type f | while read filepath
#do
#
# count=`cat $filepath`
# echo "$filepath: $count"
#done
#
#echo ""
#
#find ./*/thresh_$t/class_histograms_20 -iname "run_time.txt" -type f | while read filepath
#do
#
# count=`cat $filepath`
# echo "$filepath: $count"
#done
#
#echo ""
#
#find ./*/thresh_$t/classification_20 -iname "run_time.txt" -type f | while read filepath
#do
#
# count=`cat $filepath`
# echo "$filepath: $count"
#done
#cd /Users/isa/Experiments/BOF/helicopter_providence/corners/k_3/bof_cross_validation
#
#t=90;
#find ./trial_*/thresh_$t/k_means_20 -iname "run_time.txt" -type f | while read filepath
##find ./*/thresh_$t/classification_20 -iname "run_time.txt" -type f | while read filepath
#do
#
# count=`cat $filepath`
# echo "$filepath: $count"
#done
#
#echo ""
#
#find ./*/thresh_$t/class_histograms_20 -iname "run_time.txt" -type f | while read filepath
#do
#
# count=`cat $filepath`
# echo "$filepath: $count"
#done
#
#echo ""
#
#find ./*/thresh_$t/classification_20 -iname "run_time.txt" -type f | while read filepath
#do
#
# count=`cat $filepath`
# echo "$filepath: $count"
#done