NRCan / geo-inference

A light-weight python package for extracting features from geospatial imagery
Other
2 stars 3 forks source link

Model Parameters #29

Open valhassan opened 1 month ago

valhassan commented 1 month ago

Some models require specific parameters to function. Generally, such parameters include image dimensions (height, width, num_channels) and output (num_classes). Currently, we support "num_classes" param passed dynamically to the geo-inference object. I would like to see support for "height", "width", "num_channels" parameters to fit model requirements.