1. 08 2月, 2023 1 次提交
    • XYZ_916's avatar
      tinypose3d for medical dataset (#7696) · 9fafde8f
      XYZ_916 提交于
      * tinypose3d for medical dataset
      
      * modify tinypose-3d codes according to comments
      
      * the images in dataset is named 'image'
      
      * change model name to TinyPose3D
      
      * annotations
      9fafde8f
  2. 20 12月, 2021 1 次提交
    • W
      refine sync bn (#4361) · ea2f81d8
      wangxinxin08 提交于
      * refine sync bn
      
      * fix bugs of batch_norm
      
      * fix bugs while deploying and modify BatchNorm to BatchNorm2D
      
      * param_attr -> weight_attr in BatchNorm2D
      
      * modify BatchNorm to BatchNorm2D
      ea2f81d8
  3. 02 12月, 2021 1 次提交
  4. 05 11月, 2021 1 次提交
  5. 22 10月, 2021 1 次提交
  6. 15 10月, 2021 1 次提交
  7. 04 8月, 2021 1 次提交
    • J
      Add lite hr net (#3793) · d5786288
      JYChen 提交于
      * add LiteHRNet backbone and config .YML
      
      * test lite18-network param
      
      acc is same with ori-model 1. fix default darkpose=ON, 2. += is not inplace
      
      add new keypoint model Lite-HRNet
      
      * add new keypoint model Lite-HRNet
      
      * 1. Add description of network type; 2. use channel_shuffle in ops.py
      
      * use normal to init conv2d
      
      * add network type description
      d5786288