p2irc / deepplantphenomics

Deep learning for plant phenotyping.
GNU General Public License v2.0
133 stars 46 forks source link

Loading Data with JSON Labels Attribute Typo #53

Closed Travis-Simmons closed 3 years ago

Travis-Simmons commented 4 years ago

Based on the HeatmapObjectCountingModel source code, and an error I experienced,

model.load_heatmap_with_json_files_from_directory(dirname) should be model.load_heatmap_dataset_with_json_files_from_directory(dirname)