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: cajal/DeepLabCut
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reimerlab/DeepLabCut
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 25, 2025

  1. Update setup.py

    Allow for scipy versions > 1.2.1 during install
    Neuro-CS authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    a31134a View commit details
    Browse the repository at this point in the history
  2. Create deprecatedfunctions.py

    Added imresize to fix issues with newer versions of scipy.
    Neuro-CS authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    2f0b400 View commit details
    Browse the repository at this point in the history
  3. Update pose_dataset.py

    Added support for later versions of scipy by changing imresize and imread imports
    Neuro-CS authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    1c62ae7 View commit details
    Browse the repository at this point in the history
  4. Update losses.py

    Replaced tensorflow.contrib.losses with tensorflow.keras.losses for tensorflow >= 2.0
    Neuro-CS authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    ba058f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Update make_labeled_video.py

    Added support for newer skimage versions
    Neuro-CS authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    2af2cdb View commit details
    Browse the repository at this point in the history
  2. Patched pose estimate nn

    Added support for later versions of tensorflow (>2.0)
    Neuro-CS committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    e3a1772 View commit details
    Browse the repository at this point in the history
  3. Patched pose_estimate files

    Patched visualize.py and train.py in the pose_estimate_tensorflow to check for scipy/tensorflow version and import relevant libraries accordingly.
    Neuro-CS committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    b1e7946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5882aae View commit details
    Browse the repository at this point in the history
Loading