• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ContinualAI / avalanche / 9268694310

28 May 2024 11:45AM CUT coverage: 51.799% (-0.004%) from 51.803%
9268694310

Pull #1647

github

web-flow
Merge 2995a272c into 8f0e61f23
Pull Request #1647: Improved Efficiency of the DiskUsage Metric

18 of 30 new or added lines in 2 files covered. (60.0%)

2 existing lines in 2 files now uncovered.

15091 of 29134 relevant lines covered (51.8%)

0.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/avalanche/benchmarks/datasets/lvis_dataset/lvis_data.py
1
################################################################################
2
# Copyright (c) 2022 ContinualAI                                               #
3
# Copyrights licensed under the MIT License.                                   #
4
# See the accompanying LICENSE file for terms.                                 #
5
#                                                                              #
6
# Date: 18-02-2022                                                             #
7
# Author: Lorenzo Pellegrini                                                   #
8
#                                                                              #
9
# E-mail: contact@continualai.org                                              #
10
# Website: www.continualai.org                                                 #
11
################################################################################
12

13
lvis_archives = [
×
14
    (
15
        "lvis_v1_val.json.zip",  # Validation set annotations
16
        "https://s3-us-west-2.amazonaws.com/dl.fbaipublicfiles.com/LVIS"
17
        "/lvis_v1_val.json.zip",
18
        "87734a7f895990b9552075d7ce723e27",
19
    ),
20
    (
21
        "lvis_v1_train.json.zip",  # Training set annotations
22
        "https://s3-us-west-2.amazonaws.com/dl.fbaipublicfiles.com/LVIS"
23
        "/lvis_v1_train.json.zip",
24
        "4410d837f71203af226950447ef9d422",
25
    ),
26
    (
27
        "val2017.zip",  # Validation set images
28
        "http://images.cocodataset.org/zips/val2017.zip",
29
        "442b8da7639aecaf257c1dceb8ba8c80",
30
    ),
31
    (
32
        "train2017.zip",  # Training set images
33
        "http://images.cocodataset.org/zips/train2017.zip",
34
        "cced6f7f71b7629ddf16f17bbcfab6b2",
35
    ),
36
]
37

38

39
__all__ = ["lvis_archives"]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc