Himanshu maurya
Himanshu maurya
To color the font or the background sir.Will like to work on this too.
Though one should ideally do something like https://github.com/albumentations-team/albumentations/pull/490/files ie modify functional.py, test_transforms.py and transforms but if you already have a long albumentation augmentations pipeline and just want to add aug...
You can also look at https://github.com/TissueImageAnalytics/cerberus/blob/master/dataset.yml
getting the same error, what can be a workaround for it? output of tifftools dump file_path: > Header: 0x4949 > Directory 0: offset 5674472 (0x5695e8) > NewSubfileType 254 (0xFE) LONG:...
You can also try https://github.com/cpath-ukk/grandqc, as they have a deep learning model you dont need to play with parameters…
#take @ByronHsu I would like to implement this. Can you assign it to me?
Is it because of hardcoded n_classes in https://github.com/mahmoodlab/CLAM/blob/f1e93945d5f5ac6ed077cb020ed01cf984780a77/models/model_clam.py#L85 ? if I change that to 2 (n_classes) it works fine.
@jcupitt any updates on this? `We've been talking about a better way to generate images like this, but it's not trivial and no one's done the work.` Can you suggest...
update: I used empty captions: temp_data.json: ` [ { "image": "test.png", "caption": "" } ] temp_data_structured.json ` and used dataformat.py to get the corresponding .json file `{"id": "test", "image": "test.png",...