Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DeepLabCut/DeepLabCut
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ba648f
Choose a base ref
...
head repository: DeepLabCut/DeepLabCut
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2c9b03
Choose a head ref
  • 15 commits
  • 30 files changed
  • 7 contributors

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    96a30c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Update maDLC_UserGuide.md (#2446)

    I updated the contents visible on the right side of the jupyter book when navigating
    Timokleia authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9ddad48 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Fix bug dataset and metadataset fixes #2390 (#2405)

    * Refactor metadataset usage in calculatepafdistancebounds function
    
    - Remove unsued dataset path.
    - Fix getting metadataset. Now obtained from config rather than auxiliary function.
    - Suppress unused return values from load_metadataset.
    - Move load_metadata to where it is explicitly needed.
    
    * Fix metadataset file path in return_evaluate_network_data function
    
    - Get metadataset file path from config rather than auxiliary function.
    - Use return_train_network_path function to get train/test pose_cfg paths
    - Move load_metadata to after try-catch block.
    
    * Fix metadataset file path in return_evaluate_network_data function
    
    - Get metadataset file path from config rather than auxiliary function.
    - Suppress redefined TrainFraction from load_metadata function.
    - Use return_train_network_path function to get train/test pose_cfg paths
    - Move load_metadata to after try-catch block.
    - Fix minor naming/formatting issues
    
    * Fix forgotten return value
    
    * Fix metadataset filename access in evaluate_multianimal.py and clean up unused lines in evaluate.py
    
    * Add TODOs. Need to handle get pose_cfg paths when trainingsetindex=all
    
    * Update naming: dlc_cfg -> test_pose_cfg
    
    * Update naming: dlc_cfg -> test_pose_cfg
    
    * Update evaluate.py
    - Fix handling of trainingsetindex="all"
    - Replace Try/Except on test/pose_cfg with check if modelfolder exists so it covers both train and test pose_cfgs.
    - Add TODO related to FileNotFoundError
    - Minor Refactoring
    
    * Update evaluate_multianimal.py
    - Fix handling of trainingsetindex="all"
    - Replace Try/Except on test/pose_cfg with check if modelfolder exists so it covers both train and test pose_cfgs.
    - Add TODO related to FileNotFoundError
    - Minor Refactoring
    
    * Update evaluate.py (requested change)
    - Load config and metadata outside nested loop.
    
    * Improve import return_train_network_path import
    
    * Run black
    Tetra-quark authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0f657cd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Bug fix: add_new_videos(..., extract_frames=True) (#2468)

    * add_video: write config before extracting frames
    * address issue 2463
    n-poulsen authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d3b9f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f9a58 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#2464)

    MMathisLab authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    31e5440 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Update AUTHORS (#2475)

    - v2.2-3
    MMathisLab authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ee9ed5c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    814083c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update README.md (#2496)

    * Update README.md
    
    add news from 2023-2024
    
    * Update README.md
    
    * Update news
    
    ---------
    
    Co-authored-by: Mackenzie Mathis <[email protected]>
    Co-authored-by: Alexander Mathis <[email protected]>
    3 people authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    79bfb32 View commit details
    Browse the repository at this point in the history
  2. Bump tables version (#2500)

    jeylau authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8ce2377 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    258b19b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    1604b2f View commit details
    Browse the repository at this point in the history
  2. Test for the presence of snapshot files when using modelzoo (#2485)

    * Test for the presence of snapshot files
    * Update error message
    jeylau authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a1c8f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a0a2e View commit details
    Browse the repository at this point in the history
  4. Version update (#2514)

    AlexEMG authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a2c9b03 View commit details
    Browse the repository at this point in the history
Loading