Skip to content
Snippets Groups Projects
Commit 7abf6302 authored by marc131183's avatar marc131183
Browse files

removed main

parent d1f9c785
No related branches found
No related tags found
No related merge requests found
......@@ -768,30 +768,3 @@ class SeabornFig2Grid:
def _resize(self, evt=None):
self.sg.fig.set_size_inches(self.fig.get_size_inches())
\ No newline at end of file
if __name__ == "__main__":
evaluate_all(
[
[
"I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/models/DQN_15_02_2021_01/trajectory/trajectory_io.hdf5"
],
[
"I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/rollout/validationData/Q19A_Fri_Dec__6_14_57_14_2019_Robotracker.hdf5",
"I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/rollout/validationData/Q20I_Fri_Dec__6_15_13_09_2019_Robotracker.hdf5",
],
],
names=["model", "validationData"],
save_folder="I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/models/DQN_15_02_2021_01/trajectory/",
consider_categories=[None, "fish"],
)
# evaluate_speed(
# [
# [
# "I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/rollout/validationData/Q19A_Fri_Dec__6_14_57_14_2019_Robotracker.hdf5",
# "I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/rollout/validationData/Q20I_Fri_Dec__6_15_13_09_2019_Robotracker.hdf5",
# ]
# ],
# names=["validationData"],
# consider_categories=["fish"],
# ) # ["I:/Code/BachelorThesis/BachelorThesis/Fish/Guppy/validationData_io/Q19A_Fri_Dec__6_14_57_14_2019_Robotracker.hdf5"],
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment