Code Monkey home page Code Monkey logo

Comments (4)

shuxsu avatar shuxsu commented on May 22, 2024

数据增强部分配置如下:

`sample_transforms:

  • !DecodeImage
    to_rgb: true
    with_mixup: false
  • !RandomFlipImage
    is_mask_flip: true
    is_normalized: false
    prob: 0.5 # default: 0.5
  • !NormalizeImage
    is_channel_first: false
    is_scale: true
    mean:
    • 0.485
    • 0.456
    • 0.406
      std:
    • 0.229
    • 0.224
    • 0.225
  • !CropImage
    avoid_no_bbox: false
    batch_sampler:
    • [1, 1, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0]
    • [1, 50, 0.3, 1.0, 0.5, 2.0, 0.1, 0.0]
    • [1, 50, 0.3, 1.0, 0.5, 2.0, 0.3, 0.0]
    • [1, 50, 0.3, 1.0, 0.5, 2.0, 0.5, 0.0]
    • [1, 50, 0.3, 1.0, 0.5, 2.0, 0.7, 0.0]
    • [1, 50, 0.3, 1.0, 0.5, 2.0, 0.9, 0.0]
    • [1, 50, 0.3, 1.0, 0.5, 2.0, 0.0, 1.0]
      satisfy_all: false
  • !ResizeImage
    interp: 1
    max_size: 1333
    target_size: 800
    use_cv2: true
  • !Permute
    channel_first: true
    to_bgr: false # default: true
    batch_transforms:
  • !PadBatch
    pad_to_stride: 32
    num_workers: 2`

from paddledetection.

FDInSky avatar FDInSky commented on May 22, 2024

一个iter都没跑通嘛?你可以在reader里面,用print打一下,看看哪个位置出错了

from paddledetection.

shuxsu avatar shuxsu commented on May 22, 2024

一个iter都没跑通嘛?你可以在reader里面,用print打一下,看看哪个位置出错了

本地可以正常跑通 用ai studio 就不行

from paddledetection.

shuxsu avatar shuxsu commented on May 22, 2024

自查解决

from paddledetection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.