Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 0 additions & 139 deletions dlclive/graph.py

This file was deleted.

120 changes: 0 additions & 120 deletions dlclive/pose.py

This file was deleted.

3 changes: 2 additions & 1 deletion dlclive/pose_estimation_tensorflow/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Licensed under GNU Lesser General Public License v3.0
"""


# NOTE DUPLICATED @C-Achard 2026-26-01: Duplication between this file
# and dlclive/graph.py
Comment thread
C-Achard marked this conversation as resolved.
Outdated
import tensorflow as tf

vers = (tf.__version__).split(".")
Expand Down
3 changes: 2 additions & 1 deletion dlclive/pose_estimation_tensorflow/pose.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Licensed under GNU Lesser General Public License v3.0
"""


# NOTE DUPLICATED @C-Achard 2026-26-01: Duplication between this file
# and dlclive/pose.py
Comment thread
C-Achard marked this conversation as resolved.
Outdated
import numpy as np


Expand Down