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: 27926c6
Choose a base ref
...
head repository: DeepLabCut/DeepLabCut
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc30a99
Choose a head ref
  • 18 commits
  • 32 files changed
  • 6 contributors

Commits on Feb 22, 2023

  1. Minor fixes

    jeylau committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8a16925 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Fix model zoo video adaptation (#2181)

    * Add superanimal config files
    * Pass absolute path to model folder
    * Add jump to modelzoo tab from welcome screen of GUI
    jeylau authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    c586f23 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. GUI fixes (#2126)

    * Change project dir also via textbox
    
    * Mend unwanted label removal
    
    * Correct removing also when No pressed
    
    * Manual extraction open napari
    
    * Enable Labeling GUI button by default
    
    * self.config to self.root.config
    
    * remove msg.setWindowIcon
    
    * remove bad proposal for textbox change of location dir
    
    * Add data export with merging
    
    * Fix creating multiindex for exported refined data
    
    * Handle pandas inplace deprecation
    
    * correct unnecessary redundancy
    
    * Fix order of operations and functionality 
    
    Because analysis was forwarded to a separate thread the dependent functions were being run before the analysis was finished. Now signal from analysis finish runs functions that were checked.
    
    Also fixes small mistake with calling self.logger instead of self.root.logger and filterpredictions having videos attribute instead of video
    KonradDanielewski authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cd5b685 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Sort tracks by id (#2194)

    jeylau authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a95717d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    485b109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753bce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2aa883 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 11, 2023

  1. Merge pull request #2160 from DeepLabCut/pandas2.0

    Fix deprecated features in pandas 2.0
    jeylau authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a61211d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 25, 2023

  1. Update installation.md (#2214)

    * Update installation.md
    
    * Update installation.md
    MMathisLab authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    31e47a1 View commit details
    Browse the repository at this point in the history
  2. Fix AttributeError (#2210)

    jeylau authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    495117f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    7fd55af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13f821 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Fix typo in refine_tracklets.py

    Noticed self.root.viz.export_to_training_data() was throwing an attribute error when refining tracklets. Merging refined tracklets into training data now seems to work.
    xun468 authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    fa8c581 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. codespell: config, action and a few typos fixed (#2217)

    * Add github action to codespell main on push and PRs
    
    * Add rudimentary codespell config
    
    * Tune up for ambigous typos
    
    I think that numpy.ndarray was intended to me listed as type, and
    make variable more explicit to not use typo-close  mot
    
    * ignore \tThe and another acronym
    
    * [DATALAD RUNCMD] run codespell throughout
    
    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    
    * Avoid scanning pretrained model weights
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Jessy Lauer <[email protected]>
    yarikoptic and jeylau authored May 1, 2023
    Configuration menu
    Copy the full SHA
    6ddba79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2221 from xun468/patch-1

    Fix typo in refine_tracklets.py
    jeylau authored May 1, 2023
    Configuration menu
    Copy the full SHA
    1295bf7 View commit details
    Browse the repository at this point in the history
  3. update version (#2222)

    AlexEMG authored May 1, 2023
    Configuration menu
    Copy the full SHA
    cc30a99 View commit details
    Browse the repository at this point in the history
Loading