Skip to content

Commit dec311a

Browse files
author
Dammy Desktop
committed
using local versions of detectron2 and skvideo
1 parent 679b8c8 commit dec311a

632 files changed

Lines changed: 51646 additions & 5 deletions

File tree

Some content is hidden

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

PupilSense/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from . inference_pupil_sense import Inference, get_center_and_radius
2+
from . import skvideo
490 KB
Binary file not shown.

PupilSense/detectron2/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates.
2+
3+
from .utils.env import setup_environment
4+
5+
setup_environment()
6+
7+
8+
# This line will be programatically read/write by setup.py.
9+
# Leave them at the bottom of this file and don't touch them.
10+
__version__ = "0.6"
275 Bytes
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright (c) Facebook, Inc. and its affiliates.
3+
# File:
4+
5+
6+
from . import catalog as _UNUSED # register the handler
7+
from .detection_checkpoint import DetectionCheckpointer
8+
from fvcore.common.checkpoint import Checkpointer, PeriodicCheckpointer
9+
10+
__all__ = ["Checkpointer", "PeriodicCheckpointer", "DetectionCheckpointer"]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

PupilSense/detectron2/checkpoint/c2_model_loading.py

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)