adjust more aggressive scening
parent
ddfae7f86d
commit
11437bc848
|
|
@ -175,7 +175,7 @@ impl Inspection {
|
||||||
.split(" scene:").nth(1).unwrap()
|
.split(" scene:").nth(1).unwrap()
|
||||||
.split(" ").nth(0).unwrap()
|
.split(" ").nth(0).unwrap()
|
||||||
).unwrap())
|
).unwrap())
|
||||||
.filter(|x| *x > 0.5) // TODO const
|
.filter(|x| *x > 0.3) // TODO const
|
||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue