mapillary / seamseg
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 73
  • Daily file updates (only one update per file and date counted): 91
  • First update: 2019-06-07
  • Latest update: 2021-11-24
  • Days between first and latest update: 902 (128 weeks, estimated 640 working days)
  • Active days (at least one file change): 19
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 73 files with 5,355 lines of code in files.
    • 73 files that are 366+ days old (5,355 lines of code)
    • 0 files that are 181-365 days old (0 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
100% | 0% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: zoomable circles
Latest Change Distribution Overall
Days since last update
  • There are 73 files with 5,355 lines of code in files.
    • 14 files have been last changed 366+ days ago (21 lines of code)
    • 0 files have been last changed 181-365 days ago (0 lines of code)
    • 59 files have been last changed 91-180 days ago (5,334 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
<1% | 0% | 99% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: zoomable circles
File Change History per File Extension
py, cpp, ini, h, pyi, cu, md, txt, in, cfg, gitignore, cuh, json
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
py100% | 0% | 0% | 0% | 0%
cpp100% | 0% | 0% | 0% | 0%
cu100% | 0% | 0% | 0% | 0%
h100% | 0% | 0% | 0% | 0%
pyi100% | 0% | 0% | 0% | 0%
cuh100% | 0% | 0% | 0% | 0%
in100% | 0% | 0% | 0% | 0%
cfg100% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
py<1% | 0% | 99% | 0% | 0%
in100% | 0% | 0% | 0% | 0%
cfg100% | 0% | 0% | 0% | 0%
cpp0% | 0% | 100% | 0% | 0%
cu0% | 0% | 100% | 0% | 0%
h0% | 0% | 100% | 0% | 0%
pyi0% | 0% | 100% | 0% | 0%
cuh0% | 0% | 100% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
scripts100% | 0% | 0% | 0% | 0%
seamseg/utils100% | 0% | 0% | 0% | 0%
seamseg/algos100% | 0% | 0% | 0% | 0%
seamseg/modules100% | 0% | 0% | 0% | 0%
seamseg/data100% | 0% | 0% | 0% | 0%
seamseg/models100% | 0% | 0% | 0% | 0%
scripts/data_preparation100% | 0% | 0% | 0% | 0%
src/roi_sampling100% | 0% | 0% | 0% | 0%
include100% | 0% | 0% | 0% | 0%
src/nms100% | 0% | 0% | 0% | 0%
src/bbx100% | 0% | 0% | 0% | 0%
include/utils100% | 0% | 0% | 0% | 0%
ROOT100% | 0% | 0% | 0% | 0%
scripts/utility100% | 0% | 0% | 0% | 0%
seamseg/config100% | 0% | 0% | 0% | 0%
seamseg100% | 0% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
seamseg/utils<1% | 0% | 99% | 0% | 0%
ROOT7% | 0% | 92% | 0% | 0%
seamseg/modules<1% | 0% | 99% | 0% | 0%
seamseg/data<1% | 0% | 99% | 0% | 0%
seamseg/algos<1% | 0% | 99% | 0% | 0%
seamseg/models<1% | 0% | 99% | 0% | 0%
seamseg/config5% | 0% | 94% | 0% | 0%
seamseg100% | 0% | 0% | 0% | 0%
scripts0% | 0% | 100% | 0% | 0%
scripts/data_preparation0% | 0% | 100% | 0% | 0%
src/roi_sampling0% | 0% | 100% | 0% | 0%
include0% | 0% | 100% | 0% | 0%
src/nms0% | 0% | 100% | 0% | 0%
src/bbx0% | 0% | 100% | 0% | 0%
include/utils0% | 0% | 100% | 0% | 0%
scripts/utility0% | 0% | 100% | 0% | 0%
Oldest Files (Top 50)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes# contributors
fpn.py
in seamseg/algos
228 17 144 1013 3 2
detection.py
in seamseg/algos
215 14 144 1013 3 2
rpn.py
in seamseg/algos
194 15 144 1013 3 2
roi_sampling.h
in include
180 15 144 1013 2 2
fpn.py
in seamseg/modules/heads
167 12 144 1013 2 2
roi_sampling_cuda.cu
in src/roi_sampling
147 - 144 1013 2 2
coco_ap.py
in seamseg/utils
131 5 144 1013 2 2
roi_sampling_cpu.cpp
in src/roi_sampling
101 4 144 1013 2 2
panoptic.py
in seamseg/utils
98 3 144 1013 2 2
scheduler.py
in seamseg/utils
97 16 144 1013 2 2
instance_seg.py
in seamseg/algos
96 7 144 1013 3 2
panoptic.py
in seamseg/models
95 3 144 1013 2 2
misc.py
in seamseg/utils
89 6 144 1013 3 2
resnet.py
in seamseg/models
87 3 144 1013 2 2
instance_seg.py
in seamseg/models
77 3 144 1013 2 2
nms_cuda.cu
in src/nms
77 - 144 1013 2 2
packed_sequence.py
in seamseg/utils/parallel
75 13 144 1013 2 2
misc.py
in seamseg/modules
75 10 144 1013 2 2
fpn.py
in seamseg/modules
74 8 144 1013 2 2
meters.py
in seamseg/utils
72 18 144 1013 2 2
detection.py
in seamseg/models
72 3 144 1013 2 2
bbx.py
in seamseg/utils/bbx
70 9 144 1013 2 2
residual.py
in seamseg/modules
69 2 144 1013 2 2
nms_cpu.cpp
in src/nms
67 4 144 1013 2 2
scatter_gather.py
in seamseg/utils/parallel
64 5 144 1013 2 2
semantic_seg.py
in seamseg/algos
64 9 144 1013 2 2
setup.py
in root
63 2 144 1013 4 2
roi_sampling.cpp
in src/roi_sampling
54 2 144 1013 2 2
common.h
in include/utils
50 5 144 1013 2 2
bbx_cuda.cu
in src/bbx
49 - 144 1013 2 2
snapshot.py
in seamseg/utils
47 4 144 1013 2 2
sequence.py
in seamseg/utils
43 2 144 1013 2 2
functions.py
in seamseg/utils/roi_sampling
42 3 144 1013 2 2
bbx.cpp
in src/bbx
39 2 144 1013 2 2
logging.py
in seamseg/utils
36 4 144 1013 3 2
losses.py
in seamseg/modules
28 2 144 1013 2 2
rpn.py
in seamseg/modules/heads
23 3 144 1013 2 2
bbx_cpu.cpp
in src/bbx
23 2 144 1013 2 2
nms.cpp
in src/nms
22 1 144 1013 2 2
cuda.cuh
in include/utils
16 - 144 1013 2 2
config.py
in seamseg/config
16 1 144 1013 2 2
pyi
_backend.pyi
in seamseg/utils/roi_sampling
14 2 144 1013 2 2
checks.h
in include/utils
10 - 144 1013 2 2
data_parallel.py
in seamseg/utils/parallel
7 2 144 1013 2 2
nms.h
in include
6 - 144 1013 2 2
bbx.h
in include
4 - 144 1013 2 2
nms.py
in seamseg/utils/nms
4 1 144 1013 2 2
in
3 - 1013 1013 1 1
pyi
_backend.pyi
in seamseg/utils/bbx
3 2 144 1013 2 2
__init__.py
in seamseg/utils/parallel
2 - 1012 1013 2 1
Files Not Recently Changed (Top 50)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes# contributors
__init__.py
in seamseg/modules
1 - 1013 1013 1 1
__init__.py
in seamseg/algos
1 - 1013 1013 1 1
__init__.py
in seamseg/utils/nms
1 - 1013 1013 1 1
__init__.py
in seamseg/utils/roi_sampling
1 - 1013 1013 1 1
__init__.py
in seamseg/utils
1 - 1013 1013 1 1
__init__.py
in seamseg/utils/bbx
1 - 1013 1013 1 1
__init__.py
in seamseg
1 - 1013 1013 1 1
__init__.py
in seamseg/config
1 - 1013 1013 1 1
cfg
setup.cfg
in root
2 - 1013 1013 1 1
in
3 - 1013 1013 1 1
__init__.py
in seamseg/models
1 - 1012 1013 2 1
__init__.py
in seamseg/modules/heads
2 - 1012 1013 2 1
__init__.py
in seamseg/utils/parallel
2 - 1012 1013 2 1
__init__.py
in seamseg/data
3 - 1012 1012 1 1
pyi
_backend.pyi
in seamseg/utils/nms
2 1 144 1013 2 2
pyi
_backend.pyi
in seamseg/utils/bbx
3 2 144 1013 2 2
nms.py
in seamseg/utils/nms
4 1 144 1013 2 2
bbx.h
in include
4 - 144 1013 2 2
nms.h
in include
6 - 144 1013 2 2
data_parallel.py
in seamseg/utils/parallel
7 2 144 1013 2 2
misc.py
in seamseg/data
10 1 144 1012 2 2
checks.h
in include/utils
10 - 144 1013 2 2
pyi
_backend.pyi
in seamseg/utils/roi_sampling
14 2 144 1013 2 2
config.py
in seamseg/config
16 1 144 1013 2 2
cuda.cuh
in include/utils
16 - 144 1013 2 2
nms.cpp
in src/nms
22 1 144 1013 2 2
bbx_cpu.cpp
in src/bbx
23 2 144 1013 2 2
rpn.py
in seamseg/modules/heads
23 3 144 1013 2 2
losses.py
in seamseg/modules
28 2 144 1013 2 2
logging.py
in seamseg/utils
36 4 144 1013 3 2
bbx.cpp
in src/bbx
39 2 144 1013 2 2
functions.py
in seamseg/utils/roi_sampling
42 3 144 1013 2 2
sequence.py
in seamseg/utils
43 2 144 1013 2 2
snapshot.py
in seamseg/utils
47 4 144 1013 2 2
bbx_cuda.cu
in src/bbx
49 - 144 1013 2 2
common.h
in include/utils
50 5 144 1013 2 2
roi_sampling.cpp
in src/roi_sampling
54 2 144 1013 2 2
convert_pytorch_resnet.py
in scripts/utility
58 2 144 1012 2 2
setup.py
in root
63 2 144 1013 4 2
semantic_seg.py
in seamseg/algos
64 9 144 1013 2 2
scatter_gather.py
in seamseg/utils/parallel
64 5 144 1013 2 2
nms_cpu.cpp
in src/nms
67 4 144 1013 2 2
residual.py
in seamseg/modules
69 2 144 1013 2 2
bbx.py
in seamseg/utils/bbx
70 9 144 1013 2 2
detection.py
in seamseg/models
72 3 144 1013 2 2
meters.py
in seamseg/utils
72 18 144 1013 2 2
fpn.py
in seamseg/modules
74 8 144 1013 2 2
misc.py
in seamseg/modules
75 10 144 1013 2 2
packed_sequence.py
in seamseg/utils/parallel
75 13 144 1013 2 2
nms_cuda.cu
in src/nms
77 - 144 1013 2 2
Most Recently Created Files (Top 50)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes# contributors
465 12 144 1012 3 2
383 9 144 1012 3 2
374 9 144 1012 3 2
prepare_vistas.py
in scripts/data_preparation
167 9 144 1012 2 2
prepare_cityscapes.py
in scripts/data_preparation
164 9 144 1012 2 2
dataset.py
in seamseg/data
137 19 144 1012 2 2
transform.py
in seamseg/data
107 11 144 1012 2 2
sampler.py
in seamseg/data
87 9 144 1012 2 2
convert_pytorch_resnet.py
in scripts/utility
58 2 144 1012 2 2
misc.py
in seamseg/data
10 1 144 1012 2 2
__init__.py
in seamseg/data
3 - 1012 1012 1 1
fpn.py
in seamseg/algos
228 17 144 1013 3 2
detection.py
in seamseg/algos
215 14 144 1013 3 2
rpn.py
in seamseg/algos
194 15 144 1013 3 2
roi_sampling.h
in include
180 15 144 1013 2 2
fpn.py
in seamseg/modules/heads
167 12 144 1013 2 2
roi_sampling_cuda.cu
in src/roi_sampling
147 - 144 1013 2 2
coco_ap.py
in seamseg/utils
131 5 144 1013 2 2
roi_sampling_cpu.cpp
in src/roi_sampling
101 4 144 1013 2 2
panoptic.py
in seamseg/utils
98 3 144 1013 2 2
scheduler.py
in seamseg/utils
97 16 144 1013 2 2
instance_seg.py
in seamseg/algos
96 7 144 1013 3 2
panoptic.py
in seamseg/models
95 3 144 1013 2 2
misc.py
in seamseg/utils
89 6 144 1013 3 2
resnet.py
in seamseg/models
87 3 144 1013 2 2
instance_seg.py
in seamseg/models
77 3 144 1013 2 2
nms_cuda.cu
in src/nms
77 - 144 1013 2 2
packed_sequence.py
in seamseg/utils/parallel
75 13 144 1013 2 2
misc.py
in seamseg/modules
75 10 144 1013 2 2
fpn.py
in seamseg/modules
74 8 144 1013 2 2
meters.py
in seamseg/utils
72 18 144 1013 2 2
detection.py
in seamseg/models
72 3 144 1013 2 2
bbx.py
in seamseg/utils/bbx
70 9 144 1013 2 2
residual.py
in seamseg/modules
69 2 144 1013 2 2
nms_cpu.cpp
in src/nms
67 4 144 1013 2 2
scatter_gather.py
in seamseg/utils/parallel
64 5 144 1013 2 2
semantic_seg.py
in seamseg/algos
64 9 144 1013 2 2
setup.py
in root
63 2 144 1013 4 2
roi_sampling.cpp
in src/roi_sampling
54 2 144 1013 2 2
common.h
in include/utils
50 5 144 1013 2 2
bbx_cuda.cu
in src/bbx
49 - 144 1013 2 2
snapshot.py
in seamseg/utils
47 4 144 1013 2 2
sequence.py
in seamseg/utils
43 2 144 1013 2 2
functions.py
in seamseg/utils/roi_sampling
42 3 144 1013 2 2
bbx.cpp
in src/bbx
39 2 144 1013 2 2
logging.py
in seamseg/utils
36 4 144 1013 3 2
losses.py
in seamseg/modules
28 2 144 1013 2 2
rpn.py
in seamseg/modules/heads
23 3 144 1013 2 2
bbx_cpu.cpp
in src/bbx
23 2 144 1013 2 2
nms.cpp
in src/nms
22 1 144 1013 2 2
Most Recently Changed Files (Top 50)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes# contributors
465 12 144 1012 3 2
383 9 144 1012 3 2
374 9 144 1012 3 2
fpn.py
in seamseg/algos
228 17 144 1013 3 2
detection.py
in seamseg/algos
215 14 144 1013 3 2
rpn.py
in seamseg/algos
194 15 144 1013 3 2
roi_sampling.h
in include
180 15 144 1013 2 2
fpn.py
in seamseg/modules/heads
167 12 144 1013 2 2
prepare_vistas.py
in scripts/data_preparation
167 9 144 1012 2 2
prepare_cityscapes.py
in scripts/data_preparation
164 9 144 1012 2 2
roi_sampling_cuda.cu
in src/roi_sampling
147 - 144 1013 2 2
dataset.py
in seamseg/data
137 19 144 1012 2 2
coco_ap.py
in seamseg/utils
131 5 144 1013 2 2
transform.py
in seamseg/data
107 11 144 1012 2 2
roi_sampling_cpu.cpp
in src/roi_sampling
101 4 144 1013 2 2
panoptic.py
in seamseg/utils
98 3 144 1013 2 2
scheduler.py
in seamseg/utils
97 16 144 1013 2 2
instance_seg.py
in seamseg/algos
96 7 144 1013 3 2
panoptic.py
in seamseg/models
95 3 144 1013 2 2
misc.py
in seamseg/utils
89 6 144 1013 3 2
resnet.py
in seamseg/models
87 3 144 1013 2 2
sampler.py
in seamseg/data
87 9 144 1012 2 2
instance_seg.py
in seamseg/models
77 3 144 1013 2 2
nms_cuda.cu
in src/nms
77 - 144 1013 2 2
packed_sequence.py
in seamseg/utils/parallel
75 13 144 1013 2 2
misc.py
in seamseg/modules
75 10 144 1013 2 2
fpn.py
in seamseg/modules
74 8 144 1013 2 2
meters.py
in seamseg/utils
72 18 144 1013 2 2
detection.py
in seamseg/models
72 3 144 1013 2 2
bbx.py
in seamseg/utils/bbx
70 9 144 1013 2 2
residual.py
in seamseg/modules
69 2 144 1013 2 2
nms_cpu.cpp
in src/nms
67 4 144 1013 2 2
scatter_gather.py
in seamseg/utils/parallel
64 5 144 1013 2 2
semantic_seg.py
in seamseg/algos
64 9 144 1013 2 2
setup.py
in root
63 2 144 1013 4 2
convert_pytorch_resnet.py
in scripts/utility
58 2 144 1012 2 2
roi_sampling.cpp
in src/roi_sampling
54 2 144 1013 2 2
common.h
in include/utils
50 5 144 1013 2 2
bbx_cuda.cu
in src/bbx
49 - 144 1013 2 2
snapshot.py
in seamseg/utils
47 4 144 1013 2 2
sequence.py
in seamseg/utils
43 2 144 1013 2 2
functions.py
in seamseg/utils/roi_sampling
42 3 144 1013 2 2
bbx.cpp
in src/bbx
39 2 144 1013 2 2
logging.py
in seamseg/utils
36 4 144 1013 3 2
losses.py
in seamseg/modules
28 2 144 1013 2 2
rpn.py
in seamseg/modules/heads
23 3 144 1013 2 2
bbx_cpu.cpp
in src/bbx
23 2 144 1013 2 2
nms.cpp
in src/nms
22 1 144 1013 2 2
cuda.cuh
in include/utils
16 - 144 1013 2 2
config.py
in seamseg/config
16 1 144 1013 2 2