amyvanee
Results
2
issues of
amyvanee
#### Reference issue - #39 - Fix #543 #### Type of change - Updated "scene_segmentation_rf_isic_tutorial.ipynb" to include ProgLearn - Correct "task_id_to_trasnformer_id_to_voters" to "task_id_to_transformer_id_to_voters" #### What does this implement/fix? - Used...
#39 My issue is about adjusting Proglearn so we can do scene segmentation after flattening the images. #### Reproducing code example: ``` def load_images(flatten_imgs): if flatten_imgs: X = np.array([cv2.imread(imgpath).flatten() for...
ndd