The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Hi,
I wanted to ask if it is possible to run the models in the toolkit on Google Colab?
In that case, how to compile the cuda functions for different GPUs available on Colab?
I started an implementation on my own dataset, but it gets stacked on training Epoch 1, and it doesn't progress from there. I couldn't compile the cuda functions, due to errors.
Thanks a lot.
Hi, I wanted to ask if it is possible to run the models in the toolkit on Google Colab? In that case, how to compile the cuda functions for different GPUs available on Colab?
I started an implementation on my own dataset, but it gets stacked on training Epoch 1, and it doesn't progress from there. I couldn't compile the cuda functions, due to errors. Thanks a lot.