
IP屬地:重慶
Faster RCNN中的ROI是單層金字塔,只含有一個層,每層窗口分塊不一樣。 ROI輸入為n個region在原始圖片的坐標, [n, r, ...
augment模式: 水平翻轉,horizontal_flips: 翻轉圖像:cv2.flip 翻轉bbox:for bbox in img_d...
class SampleSelector: #param:class_count, img_data def __init__: se...
從config.Config中獲取了默認參數: C = config.Config() 從get_data中獲取了圖片、類別計數、類別映射: a...
faster_rcnn: SimpsonRecognition分析 config.py 定義anchor尺寸: self.anchor_box_...
yolo_net.py: 輸入圖像尺寸為448,cell_size 為7 self.boundary1 = self.cell_size * s...