Closed SohilZidan closed 3 years ago
Hiya,
Currently we do not have pretrained models (unless you have some @ahmed-alhindawi?). You can easily use the train_model.py in the rt_bene_model_training/pytorch folder and change the model_base
to train a model yourself though:
https://github.com/Tobias-Fischer/rt_gene/blob/6eb7c32ff123a3f7b13bc9a492080a72158b14b0/rt_bene_model_training/pytorch/train_model.py#L84-L86
Closing here - let us know if you have more questions.
Sorry, there aren't any publically available Pytorch models for DenseNet or ResNet at the moment. But Tobias is right - it'll be easy to train if you'd like to.
can you provide versioned requirements? @Tobias-Fischer @ahmed-alhindawi
Hello,
where I can find the pretrained models on DenseNet and ResNet backbones? I am trying to use estimate_blink_standalone.py
Best