Skip to content

Commit 0dd9473

Browse files
author
Hannah DeFazio
committed
Remove old and unused things
1 parent 256ffa2 commit 0dd9473

File tree

838 files changed

+7
-122525
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

838 files changed

+7
-122525
lines changed

angel_system/tcn_hpl/predict.py angel_system/activity_classification/tcn_hpl/predict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from tcn_hpl.data.components.augmentations import NormalizePixelPts
1919
from tcn_hpl.models.ptg_module import PTGLitModule
2020

21-
from angel_system.impls.detect_activities.detections_to_activities.utils import (
21+
from angel_system.activity_classification.utils import (
2222
tlbr_to_xywh,
2323
obj_det2d_set_to_feature,
2424
)

angel_system/activity_hmm/train_activity_classifier.py angel_system/activity_classification/train_activity_classifier.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
from sklearn import preprocessing
1515
from sklearn.metrics import average_precision_score
1616

17-
from angel_system.activity_hmm.support_functions import sanitize_str
17+
from angel_system.data.common.load_data import sanitize_str
1818

19-
from angel_system.impls.detect_activities.detections_to_activities.utils import (
19+
from angel_system.activity_classification.utils import (
2020
obj_det2d_set_to_feature,
2121
)
2222

0 commit comments

Comments
 (0)