"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "6b73b4ae52411efe092a6a2d92681fd58ba7fb1b"
  1. 09 Sep, 2021 1 commit
  2. 21 Jul, 2021 1 commit
    • Xi Yin's avatar
      fix bug in valid_bbox check · b4d9aad9
      Xi Yin authored
      Summary: In case the height/width is None, the original version will cause a crash. So adding additional check to bypass this issue.
      
      Reviewed By: ppwwyyxx
      
      Differential Revision: D29807853
      
      fbshipit-source-id: b2b1a7edb52b7911da79a11329d4cf93f343c279
      b4d9aad9
  3. 08 Jul, 2021 1 commit
    • Sam Tsai's avatar
      fix extended coco load missing comma · 4f3f3401
      Sam Tsai authored
      Summary: Fix missing comma for extended coco load, which would ignore bbox_mode and keypoints field.
      
      Reviewed By: zhanghang1989
      
      Differential Revision: D29608815
      
      fbshipit-source-id: 8c737df1dfef7f88494f7de25e06b0c37742ac30
      4f3f3401
  4. 06 Jul, 2021 1 commit
    • Cheng-Yang Fu's avatar
      Add the fields which will be used in point-based modeling. · 80c18641
      Cheng-Yang Fu authored
      Summary:
      Add the fields which will be used in point-based modeling.
      - `point_coords` : indicates the point_coords in the image.
      - `point_labels`: indicates the foreground or background points.
      
      Differential Revision: D29532103
      
      fbshipit-source-id: 9af6c9b049e1d05fd0d77909b09de1feec391ce9
      80c18641
  5. 25 Jun, 2021 1 commit
    • Luming Ma's avatar
      read "bbox_mode" from annotation when filtering out images with invalid bbox · 77ef0db7
      Luming Ma authored
      Summary: Some annotations are using XYXY_ABS for bbox mode so that many images were incorrectly filtered out by assuming XYWH_ABS mode. This diff read bbox_mode from annotation and convert bbox to XYWH_ABS before checking invalid bbox.
      
      Differential Revision: D29365700
      
      fbshipit-source-id: 355346b6826f401f504691090631997e169ead4a
      77ef0db7
  6. 19 Jun, 2021 1 commit
    • Fu-Chen Chen's avatar
      fix bug when checking for invalid bounding boxes · de0829f1
      Fu-Chen Chen authored
      Summary:
      The dict `record` might not have keys `"width"` or `"height"`.
      This diff check if `"width"` and `"height"` are in the dict `record` before getting the values.
      
      Reviewed By: sstsai-adl
      
      Differential Revision: D29243341
      
      fbshipit-source-id: a1e0e343dd1afcced834c3732e64bb6f372fbd1a
      de0829f1
  7. 16 Jun, 2021 1 commit
    • Sam Tsai's avatar
      add check/filter for invalid bounding boxes · 692a4fb3
      Sam Tsai authored
      Summary: Checks for invalid bounding boxes and removes from the being included.
      
      Reviewed By: wat3rBro
      
      Differential Revision: D28902711
      
      fbshipit-source-id: 1f017d6ccf5c959059bcb94a09ddd81de868feed
      692a4fb3
  8. 13 Apr, 2021 1 commit
  9. 16 Mar, 2021 1 commit
    • Sam Tsai's avatar
      extend cocotext conversion · b80f2ff5
      Sam Tsai authored
      Summary: Extend conversion to support ids beyond cocotext format where ids are strings.
      
      Reviewed By: newstzpz
      
      Differential Revision: D27018211
      
      fbshipit-source-id: 7282fd4b9a7e9cd19323235ed1a3c3e7b33cb6b4
      b80f2ff5
  10. 05 Mar, 2021 1 commit
    • Peizhao Zhang's avatar
      migrated to iopath for d2go - data. · e96e287b
      Peizhao Zhang authored
      Summary: migrated to iopath for d2go - data.
      
      Reviewed By: sstsai-adl
      
      Differential Revision: D26632143
      
      fbshipit-source-id: d85e4a00817115a8762e4444406d867070d4fd0c
      e96e287b
  11. 03 Mar, 2021 2 commits