[mod] modified output to display ground truth
This commit is contained in:
@@ -23,6 +23,7 @@ class Output(sharedMemory: SharedMemory, printOutput: Boolean = true) extends Ru
|
||||
val group = groups._1
|
||||
print("Group: " + group + " ")
|
||||
groups._2.foreach(res => print(res.get._3.getOrElse("None") + " | "))
|
||||
if(groundTruths.contains(cell) && groundTruths(cell).contains(group)) print("\nGround Truth: " + groundTruths(cell)(group).peak().getOrElse("None"))
|
||||
print("\n")
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user