Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Okery/PyTorch-Simple-MaskRCNN
/ functions
Functions
111 in github.com/Okery/PyTorch-Simple-MaskRCNN
⨍
Functions
111
◇
Types & classes
24
Method
forward
(self, feature, proposal, image_shape, target)
pytorch_mask_rcnn/model/roi_heads.py:114
Method
forward
(self, x)
pytorch_mask_rcnn/model/rpn.py:20
Method
forward
(self, feature, image_shape, target=None)
pytorch_mask_rcnn/model/rpn.py:78
Method
get_image
(self, img_id)
pytorch_mask_rcnn/datasets/coco_dataset.py:30
Method
get_target
(self, img_id)
pytorch_mask_rcnn/datasets/coco_dataset.py:41
Function
maskrcnn_resnet50
Constructs a Mask R-CNN model with a ResNet-50 backbone. Arguments: pretrained (bool): If True, returns a model pre-trained on C
pytorch_mask_rcnn/model/mask_rcnn.py:233
Method
pin_memory
(self)
pytorch_mask_rcnn/datasets/utils.py:29
Function
save_ckpt
(model, optimizer, epochs, ckpt_path, **kwargs)
pytorch_mask_rcnn/utils.py:9
Function
show
Show the image, with or without the target. args: images (tensor[B, 3, H, W] or List[tensor[3, H, W]]): RGB channels, value rang
pytorch_mask_rcnn/visualizer.py:20
Function
slow_nms
(box, nms_thresh)
pytorch_mask_rcnn/model/box_ops.py:127
Function
train_one_epoch
(model, optimizer, data_loader, device, epoch, args)
pytorch_mask_rcnn/engine.py:13
← previous
101–111 of 111, ranked by callers