1. 14 Jun, 2024 1 commit
  2. 07 Jun, 2024 1 commit
  3. 06 Jun, 2024 1 commit
    • amyeroberts's avatar
      Enable HF pretrained backbones (#31145) · bdf36dcd
      amyeroberts authored
      * Enable load HF or tim backbone checkpoints
      
      * Fix up
      
      * Fix test - pass in proper out_indices
      
      * Update docs
      
      * Fix tvp tests
      
      * Fix doc examples
      
      * Fix doc examples
      
      * Try to resolve DPT backbone param init
      
      * Don't conditionally set to None
      
      * Add condition based on whether backbone is defined
      
      * Address review comments
      bdf36dcd
  4. 22 May, 2024 1 commit
  5. 25 Mar, 2024 1 commit
  6. 23 Jan, 2024 1 commit
  7. 27 Nov, 2023 1 commit
  8. 30 Oct, 2023 1 commit
  9. 19 Sep, 2023 1 commit
    • NielsRogge's avatar
      Add ViTMatte (#25843) · 7d6354e0
      NielsRogge authored
      * First draft
      
      * Simplify image processor
      
      * Fix rebase
      
      * Address comments
      
      * Address more comments
      
      * Address more comments
      
      * Address more comments
      
      * Address more comments
      
      * Improve pad_image
      
      * Add tests
      
      * Update integration test
      
      * Fix image processor tests
      
      * Fix model tests
      
      * Convert checkpoints
      
      * Fix doc tests
      
      * Remove file
      
      * Apply suggestions
      
      * Address comments
      
      * Fix typing hint
      
      * Add batch_norm_eps
      
      * Address comments
      
      * Fix style
      7d6354e0