Ming-Yang Ho

Results 5 issues of Ming-Yang Ho

Add `Ultra-high-resolution unpaired stain transformation via Kernelized Instance Normalization`

Remove the model option `abmil` as `abmil.py` is in `.gitignore`. and add `NotImplementedError`.

Since the save_dir is probably not created, create it automatically. Also, fix the problem of double '//' in the path.

When `do_rotate`, the `img`, `depth`, and `features["keypoints"]` are `torch.Tensor`. Fix the rotation operations by changing original `numpy` api to `torch` api.

When using two or more identical reference points, the number of picked particles could vary across runs. For example: ```bash Particles of class ref_0.mrc: 3807 (before NMS: 3833) Particles of...