MCPcopy Create free account

hub / github.com/TonyXuQAQ/RNGDetPlusPlus / functions

Functions1,075 in github.com/TonyXuQAQ/RNGDetPlusPlus

Methodforward
(self, tgt, memory, tgt_mask: Optional[Tensor] = None, memory_mask: Optional[T
spacenet/models/detr/transformer.py:98
Methodforward
(self, src, src_mask: Optional[Tensor] = None, src_key_padding_mask: Optional[
spacenet/models/detr/transformer.py:181
Methodforward
(self, tgt, memory, tgt_mask: Optional[Tensor] = None, memory_mask: Optional[T
spacenet/models/detr/transformer.py:261
Methodforward
(self, samples: NestedTensor, history_samples: NestedTensor)
spacenet/models/detr/segmentation.py:46
Methodforward
(self, q, k, mask: Optional[Tensor] = None)
spacenet/models/detr/segmentation.py:98
Methodforward
(self, features, features2, query_embed_weight, pos)
spacenet/models/detr/segmentation.py:161
Methodforward
(self,fpns)
spacenet/models/detr/segmentation.py:271
Methodforward
(self,fpns)
spacenet/models/detr/segmentation.py:350
Methodforward
 The forward expects a NestedTensor, which consists of: - samples.tensor: batched images, of shape [batch_size x 3 x H x W]
spacenet/models/detr/detr.py:54
Methodforward
This performs the loss computation. Parameters: outputs: dict of tensors, see the output specification of the model for the form
spacenet/models/detr/detr.py:241
Methodforward
(self, x)
spacenet/models/detr/detr.py:276
Methodforward
(self, x)
spacenet/models/detr/backbone.py:42
Methodforward
(self, tensor_list: NestedTensor)
spacenet/models/detr/backbone.py:63
Methodforward
(self, tensor_list: NestedTensor)
spacenet/models/detr/backbone.py:92
Methodforward
(self, tensor_list: NestedTensor)
spacenet/models/detr/position_encoding.py:28
Methodforward
(self, tensor_list: NestedTensor)
spacenet/models/detr/position_encoding.py:65
Functiongeneralized_box_iou
Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format Returns a [N, M] pairwise matrix, where
cityscale/models/util/box_ops.py:40
Functiongeneralized_box_iou
Generalized IoU from https://giou.stanford.edu/ The boxes should be in [x0, y0, x1, y1] format Returns a [N, M] pairwise matrix, where
spacenet/models/util/box_ops.py:40
Methodgenerate_target
:param joints: [num_joints, 3] :return: target, target_weight(1: visible, 0: invisible)
cityscale/utils/model_utils.py:911
Methodgenerate_target
:param joints: [num_joints, 3] :return: target, target_weight(1: visible, 0: invisible)
spacenet/utils/model_utils.py:911
Methodgenerate_target_maps
:param target_poses [[], [], [], []] :return: ndarray (NUM_TARGETS, WINDOW_SIZE, WINDOW_SIZE)
cityscale/utils/model_utils.py:905
Methodgenerate_target_maps
:param target_poses [[], [], [], []] :return: ndarray (NUM_TARGETS, WINDOW_SIZE, WINDOW_SIZE)
spacenet/utils/model_utils.py:905
FunctiongetKey
(item)
cityscale/metrics/topo/topo.py:604
FunctiongetKey
(item)
spacenet/metrics/topo/topo.py:604
MethodgetNeighbors
(self,nodeid)
cityscale/metrics/topo/graph.py:740
MethodgetNeighbors
(self,nodeid)
spacenet/metrics/topo/graph.py:740
Methodget_all_target_poses
(self)
cityscale/utils/model_utils.py:1056
Methodget_all_target_poses
(self)
spacenet/utils/model_utils.py:1056
Methodget_forward_edge
(vertex, explored_edge)
cityscale/lib/graph.py:525
Methodget_forward_edge
(vertex, explored_edge)
spacenet/lib/graph.py:525
Functionget_key
(item)
cityscale/metrics/topo/topo.py:662
Functionget_key
(item)
spacenet/metrics/topo/topo.py:662
Functionget_logger
(logger_name="logtrain", log_dir="data/logs/")
cityscale/utils/utils.py:59
Functionget_logger
(logger_name="logtrain", log_dir="data/logs/")
spacenet/utils/utils.py:59
Methodget_loss
(self, loss, outputs, targets, indices, num_boxes, **kwargs)
cityscale/models/detr/detr.py:231
Methodget_loss
(self, loss, outputs, targets, indices, num_boxes, **kwargs)
spacenet/models/detr/detr.py:231
Methodget_map
(self)
cityscale/utils/utils.py:108
Methodget_map
(self)
spacenet/utils/utils.py:108
Functionget_nearby_edge_segments
(vertex, n, graph)
cityscale/lib/graph.py:710
Functionget_nearby_edge_segments
(vertex, n, graph)
spacenet/lib/graph.py:710
Functionget_random_rect
(big_rect, WINDOW_SIZE=256)
cityscale/utils/model_utils.py:1026
Functionget_random_rect
(big_rect, WINDOW_SIZE=256)
spacenet/utils/model_utils.py:1026
Functionget_sha
()
cityscale/utils/misc.py:248
Functionget_sha
()
cityscale/models/util/misc.py:249
Functionget_sha
()
spacenet/utils/misc.py:248
Functionget_sha
()
spacenet/models/util/misc.py:249
Methodget_supervision_end_index
(self)
cityscale/utils/model_utils.py:1106
Methodget_supervision_end_index
(self)
spacenet/utils/model_utils.py:1106
Methodget_target_poses
:return target_poses: [[], [], [], []]
cityscale/utils/model_utils.py:572
Methodget_target_poses
:return target_poses: [[], [], [], []]
spacenet/utils/model_utils.py:572
Methodget_unexplored_rs
(self, rs_exp, graph)
cityscale/lib/graph.py:523
Methodget_unexplored_rs
(self, rs_exp, graph)
spacenet/lib/graph.py:523
Methodget_window
(self, region, big_rect, small_rect)
cityscale/utils/tileloader.py:127
Methodget_window
(self, region, big_rect, small_rect)
spacenet/utils/tileloader.py:127
Functiongetid
(k, idmap)
cityscale/metrics/topo/main.py:65
Functiongetid
(k, idmap)
spacenet/metrics/topo/main.py:68
Methodglobal_avg
(self)
cityscale/utils/misc.py:68
Methodglobal_avg
(self)
cityscale/models/util/misc.py:69
Methodglobal_avg
(self)
spacenet/utils/misc.py:68
Methodglobal_avg
(self)
spacenet/models/util/misc.py:69
Methodin_rs
(self, edge_id_to_rs_id, road_segments, graph)
cityscale/lib/graph.py:480
Methodin_rs
(self, edge_id_to_rs_id, road_segments, graph)
spacenet/lib/graph.py:480
Functioninit_distributed_mode
(args)
cityscale/utils/misc.py:406
Functioninit_distributed_mode
(args)
cityscale/models/util/misc.py:407
Functioninit_distributed_mode
(args)
spacenet/utils/misc.py:406
Functioninit_distributed_mode
(args)
spacenet/models/util/misc.py:407
Functioninterpolation
(v_out,v_in)
cityscale/prepare_dataset/create_label.py:143
Functioninterpolation
(v_out,v_in)
spacenet/prepare_dataset/create_label.py:184
Methodintersects
(self, other)
cityscale/lib/geom.py:209
Methodintersects
(self, other)
spacenet/lib/geom.py:209
Methodis_adjacent
(self, edge)
cityscale/lib/graph.py:72
Methodis_adjacent
(self, edge)
spacenet/lib/graph.py:72
Methodis_end_with_key_point
(self)
cityscale/utils/model_utils.py:1071
Methodis_end_with_key_point
(self)
spacenet/utils/model_utils.py:1071
Methodlen_without_junction_end
(self)
cityscale/utils/model_utils.py:1098
Methodlen_without_junction_end
(self)
spacenet/utils/model_utils.py:1098
Functionload_pretrained
resume training from previous checkpoint :param fname: filename(with path) of checkpoint file :return: model, optimizer, checkpoint epoch
cityscale/utils/utils.py:13
Functionload_pretrained
resume training from previous checkpoint :param fname: filename(with path) of checkpoint file :return: model, optimizer, checkpoint epoch
spacenet/utils/utils.py:13
Methodlog_every
(self, iterable, print_freq, header=None)
cityscale/utils/misc.py:193
Methodlog_every
(self, iterable, print_freq, header=None)
cityscale/models/util/misc.py:194
Methodlog_every
(self, iterable, print_freq, header=None)
spacenet/utils/misc.py:193
Methodlog_every
(self, iterable, print_freq, header=None)
spacenet/models/util/misc.py:194
Methodloss_cardinality
Compute the cardinality error, ie the absolute error in the number of predicted non-empty boxes This is not really a loss, it is intended for
cityscale/models/detr/detr.py:137
Methodloss_cardinality
Compute the cardinality error, ie the absolute error in the number of predicted non-empty boxes This is not really a loss, it is intended for
spacenet/models/detr/detr.py:137
Functionmain
()
cityscale/metrics/apls/main.go:713
Functionmain
()
spacenet/metrics/apls/main.go:713
Methodmake_path_input
:param extension_vertex: :param fetch_list: 'aerial_image_chw': 'aerial_image_hwc': 'walked_pat
cityscale/utils/model_utils.py:704
Methodmake_path_input
:param extension_vertex: :param fetch_list: 'aerial_image_chw': 'aerial_image_hwc': 'walked_pat
spacenet/utils/model_utils.py:704
Functionmap_to_coordinate
:return: if is_key_point: res == [(x,y), ..., (x,y)] # time_step == 1 # + else: res == [(x,y), ..., (x,y
cityscale/utils/model_utils.py:1128
Functionmap_to_coordinate
:return: if is_key_point: res == [(x,y), ..., (x,y)] # time_step == 1 # + else: res == [(x,y), ..., (x,y
spacenet/utils/model_utils.py:1128
Functionmasks_to_boxes
Compute the bounding boxes around the provided masks The masks should be in format [N, H, W] where N is the number of masks, (H, W) are the spati
cityscale/models/util/box_ops.py:64
Functionmasks_to_boxes
Compute the bounding boxes around the provided masks The masks should be in format [N, H, W] where N is the number of masks, (H, W) are the spati
spacenet/models/util/box_ops.py:64
Methodmedian
(self)
cityscale/utils/misc.py:58
Methodmedian
(self)
cityscale/models/util/misc.py:59
Methodmedian
(self)
spacenet/utils/misc.py:58
Methodmedian
(self)
spacenet/models/util/misc.py:59
Methodneighbors
(self, graph)
cityscale/lib/graph.py:33
Methodneighbors
(self, graph)
spacenet/lib/graph.py:33
Methodnum_tiles
(self)
cityscale/utils/tileloader.py:244
Methodnum_tiles
(self)
spacenet/utils/tileloader.py:244
← previousnext →901–1,000 of 1,075, ranked by callers