-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix single instance inference and RGB detection.
- Loading branch information
Showing
21 changed files
with
178 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-23.4 KB
tests/data/models/minimal_instance.UNet.centroid2/labels_pr.val.slp
Binary file not shown.
Binary file removed
BIN
-1.85 KB
tests/data/models/minimal_instance.UNet.centroid2/metrics.train.npz
Binary file not shown.
Binary file not shown.
11 changes: 0 additions & 11 deletions
11
tests/data/models/minimal_instance.UNet.centroid2/training_log.csv
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+15.5 KB
...stance.UNet.centroid2/labels_gt.train.slp → ....UNet.single_instance/labels_gt.train.slp
Binary file not shown.
Binary file renamed
BIN
+15.5 KB
...instance.UNet.centroid2/labels_gt.val.slp → ...ot.UNet.single_instance/labels_gt.val.slp
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
tests/data/models/minimal_robot.UNet.single_instance/training_log.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
epoch,loss,lr,val_loss | ||
0,0.0060239629819989204,0.001,0.0020105133298784494 | ||
1,0.0006304828566499054,0.001,0.001671794569119811 | ||
2,0.000706226215697825,0.001,0.0021381149999797344 | ||
3,0.0002680201141629368,0.001,0.0015851699281483889 | ||
4,0.00021906329493504018,0.001,0.0016144101973623037 | ||
5,0.00013519266212824732,0.001,0.0015455052489414811 | ||
6,9.628612315282226e-05,0.001,0.0015609721885994077 | ||
7,0.00012194672308396548,0.001,0.0016072376165539026 | ||
8,0.00011606428597588092,0.001,0.0015309698646888137 | ||
9,7.172523328335956e-05,0.001,0.0016054341103881598 | ||
10,6.752563785994425e-05,0.001,0.0017311170231550932 | ||
11,6.967845547478646e-05,0.001,0.0016062406357377768 |
Binary file renamed
BIN
+23.2 KB
...stance.UNet.centroid2/labels_pr.train.slp → tests/data/slp_hdf5/small_robot_minimal.slp
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.