AceMcAwesome77

Results 6 issues of AceMcAwesome77

Hi, I am trying to run a quick test using this model. I have 2 different chest XR images that show an entire lung collapsed from pneumothorax, and I'd like...

### Search before asking - [X] I have searched the YOLOv3 [issues](https://github.com/ultralytics/yolov3/issues) and [discussions](https://github.com/ultralytics/yolov3/discussions) and found no similar questions. ### Question I followed the very helpful description for how to...

question

I am trying to deploy a trained MONAI RetinaNet 3D pytorch model using BentoML. I am getting errors related to the lack of a __getstate__ attribute for RetinaNetDetector during a...

Hi, I have trained a RetinaNet3D model and am trying to serialize it to torchscript so that I can use it with BentoML. However I am having lots of problems...

Hi, I am training a model for detecting blood clots in an abdominal artery on CT using the RetinaNet 3D model. To do this, I need to include image volumes...

Hi, I am trying to save a RetinaNet model with the following code: ```python net = torch.jit.load(_my_model_path, map_location=torch.device('cpu')) def getstate(): pass net.__getstate__ = getstate def __init__(self): super().__init__() net.__init__ = __init__...

feedback-wanted
questions