X Tutup
The Wayback Machine - https://web.archive.org/web/20220412232157/https://github.com/DeepLabCut/DeepLabCut/commits/master
Skip to content
Permalink
master

Commits on Apr 12, 2022

  1. Find data transformer (#1776)

    * Stricter search of analyzed data
    * Edit data file suffix
    AlexEMG committed Apr 12, 2022
  2. Stricter file search based on suffixes (#1774)

    * Stricter search of analyzed data
    
    * Edit data file suffix
    
    * Clarify logic to find analyzed data
    jeylau committed Apr 12, 2022
  3. Improved behavior of get_list_of_videos (#1773)

    * We're pythonic
    
    * Edit default videotype and minor fixes
    
    * Minor fix
    
    * Add unit test
    
    * Update auxfun_videos.py
    
    * add more random files in test
    
    * Minor edits
    
    Co-authored-by: Alexander Mathis <alexander@deeplabcut.org>
    jeylau and AlexEMG committed Apr 12, 2022
  4. Fix typo

    jeylau committed Apr 12, 2022

Commits on Apr 11, 2022

  1. Delay torch import (#1772)

    * Delay torch import
    * Update transformer_reID help function
    * Keep high-level API intact
    jeylau committed Apr 11, 2022

Commits on Apr 10, 2022

  1. adding plotting for transformer demo (#1770)

    * Update COLAB_transformer_reID.ipynb
    MMathisLab committed Apr 10, 2022
  2. colab for transformer reID (WIP) (#1768)

    * Created using Colaboratory
    * Update COLAB_3miceDemo.ipynb
    MMathisLab committed Apr 10, 2022
  3. docstring

    AlexEMG committed Apr 10, 2022
  4. 16

    AlexEMG committed Apr 10, 2022

Commits on Apr 8, 2022

  1. Improved 3D data processing (#1690)

     vectorized point undistortion
      seamlessly handle single- and multi-animal data
      handle any # of view pairs (low-level API)
      unit tests
      cross-view association (at the assembly or track level) for maDLC
      accelerate and fix create_labeled_video_3d (see plotting3D.py does not support Multimode #1593)
    jeylau committed Apr 8, 2022
  2. Fix TypeError when refining outliers (#1763)

    * Avoid re-extracting already extracted frames
    jeylau committed Apr 8, 2022
  3. from transID to master (#1) (#1764)

    Added support for transformer-based ReID
    yeshaokai committed Apr 8, 2022

Commits on Apr 6, 2022

  1. closes #1753 (#1755)

    adding https vs. git to openfield colab
    MMathisLab committed Apr 6, 2022
  2. Fix NameError: name 'config' is not defined in get_track_method (#1665)

    * Fix get_track_method and small cleanup
    * Write default track method to config when absent
    * Update predict_videos.py
    Co-authored-by: Alexander Mathis <alexander@deeplabcut.org>
    jeylau committed Apr 6, 2022
  3. Add function for handling too many extracted labels (#1751)

    * fix bug in dropimagesduetolackofannotation; Add function drop_unlabeled_frames
    * standardizing names
    * standardizing names with old, concatenated style
    Co-authored-by: Alexander Mathis <mathisepfl@gmail.com>
    frankiechang123 committed Apr 6, 2022
  4. Add option to automatically jump to the next unlabeled data folder (#…

    …1733)
    
    * Add utility to find the next unlabeled folder
    * Add option to labeling/refinement GUIs
    * Update auxiliaryfunctions.py
    * Do not open the file dialog if jump_unlabeled=True
    Co-authored-by: Alexander Mathis <mathisepfl@gmail.com>
    jeylau committed Apr 6, 2022

Commits on Apr 5, 2022

Commits on Mar 31, 2022

  1. OpenVINO backend (#1686)

    * OpenVino
    dkurt committed Mar 31, 2022

Commits on Mar 30, 2022

  1. Remove duplicate description example (#1746)

    * Remove duplicate description example
    
    * Typo fix
    vidalmaxime committed Mar 30, 2022

Commits on Mar 28, 2022

  1. Revert "Merge branch 'refactor_eval' into master"

    This reverts commit 0e7789e, reversing
    changes made to c3457c2.
    jeylau committed Mar 28, 2022
  2. Clean up outdated code

    jeylau committed Mar 28, 2022

Commits on Mar 24, 2022

  1. Add test time image resizing (#1737)

    * Allow one to disable smart cropping
    * Add test-time image resizing
    * Adjust map sizes when smart cropping is off
    jeylau committed Mar 24, 2022
  2. Exit while loop prematurely if not finding valid image sizes (#1738)

    * Stop prematurely if not finding valid image sizes
    * Also indicate when images may be too small
    jeylau committed Mar 24, 2022

Commits on Mar 23, 2022

  1. Fix typo

    jeylau committed Mar 23, 2022

Commits on Mar 22, 2022

  1. Added posecfg_template option to create_training_dataset (#1423)

    * Added posecfg_template option to create_training_dataset
    Co-authored-by: Alex Smith <alexander.smith@mssm.edu>
    Co-authored-by: Alexander Mathis <alexander@deeplabcut.org>
    Co-authored-by: Jessy Lauer <30733203+jeylau@users.noreply.github.com>
    alexcwsmith committed Mar 22, 2022
  2. Update python-package.yml -- testing 3.9 (consider dropping 3.7?), an…

    …d security patch (#1729)
    
    * Update python-package.yml
    MMathisLab committed Mar 22, 2022

Commits on Mar 21, 2022

Older
X Tutup