gbstack
Loading Heatmap…

gbstack pushed to mask_rcnn_slim at gbstack/PaddleDetection

  • b002d9866f change learning rate, schedule, warmup and weight decay
  • ff88185d8b add mask rcnn pruning configuration file

2 years ago

gbstack pushed to multi-scale-test at gbstack/PaddleDetection

  • 5322e072e0 do not import nms method from static.ppdet.utils.post_process
  • 7ecbb8c4e3 use isinstance for sequence type checking. add empty checking for samples sequence
  • 4e31d8c718 update documentation
  • a9d99ca7d2 add image files for testing. use relative path for input images
  • d229c30a25 load pretrained weights from URL

2 years ago

gbstack pushed to ppyolo-dali at gbstack/PaddleDetection

  • f9d9bfe0f1 use DALI for data preprocessing if dataset is DALICOCODataSet
  • 334ec682ab Read resize option from DALI pipeline. Set use_dali for all batch_transforms. Apply batch transforms after loading data from DALI pipeline. Convert image loaded from DALI pipeline to paddle Tensor.
  • a4518efe3a allow using dali for NormalizeBox, RandomCrop, RandomExpand, Resize, RandomFlip, RandomDistort, NormalizeImage and Permute operations
  • 93d1337330 extract Compose and BatchCompose into separate file to prevent circular import
  • adaaa6549c add use_dali parameter for BatchRandomResize and Gt2YoloTarget. allow setting resize size from outer code

2 years ago

gbstack pushed to release/2.2 at gbstack/PaddleDetection

2 years ago

gbstack pushed to paa-on-develop at gbstack/PaddleDetection

  • e213a71c06 add PAAFPN
  • c4d2ba18dd change GMM covariance_type to 'full'. use all 0 value for bg class instead of using a separate bg class when providing label for focal loss. add comparing debugging code (comparing between current implementation and original one). calculate anchor score and reassign for one batch everytime, instead of combining batches and process all. use giou loss for bbox regression. set loss weight.
  • 3f901e6253 use GroupNorm for cls_convs and reg_convs
  • 0e43717faf fixed calling cast on empty tensor will fail
  • b345ca5fc6 allow using GroupNorm for norm_type parameter of ConvNormLayer

2 years ago

gbstack created repository gbstack/PaddleDetection

2 years ago