Skip to content

Commit

Permalink
Merge pull request #374 from hdefazio/dev/reorg
Browse files Browse the repository at this point in the history
Delete deprecated parts of the project, reorganize some files
  • Loading branch information
hdefazio authored Dec 4, 2023
2 parents 4584271 + 667994e commit 576549e
Show file tree
Hide file tree
Showing 910 changed files with 311 additions and 140,649 deletions.
4 changes: 0 additions & 4 deletions angel_system/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
from angel_system.interfaces.detect_activities import DetectActivities # noqa: F401
from angel_system.interfaces.mm_detect_activities import (
MMDetectActivities,
) # noqa: F401
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from tcn_hpl.data.components.augmentations import NormalizePixelPts
from tcn_hpl.models.ptg_module import PTGLitModule

from angel_system.impls.detect_activities.detections_to_activities.utils import (
from angel_system.activity_classification.utils import (
tlbr_to_xywh,
obj_det2d_set_to_feature,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
from sklearn import preprocessing
from sklearn.metrics import average_precision_score

from angel_system.activity_hmm.support_functions import sanitize_str
from angel_system.data.common.load_data import sanitize_str

from angel_system.impls.detect_activities.detections_to_activities.utils import (
from angel_system.activity_classification.utils import (
obj_det2d_set_to_feature,
)

Expand Down
Loading

0 comments on commit 576549e

Please sign in to comment.