Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from torchvision import datasets
from torchvision.transforms import functional as F_v1

COCO_ROOT = "~/datasets/coco"
# COCO_ROOT = "~/datasets/coco"
COCO_ROOT = "/data/disk1/MSCoco/"

__all__ = ["classification_dataset_builder", "detection_dataset_builder"]

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def make_summary_stats(totals):
"detection-ssdlite",
],
input_types=["Tensor", "PIL", "Datapoint"],
num_samples=1_000,
num_samples=3_000,
)

print("#" * 60)
Expand Down
Loading