MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / build_test_loader

Method build_test_loader

detectron2/engine/defaults.py:476–484  ·  view source on GitHub ↗

Returns: iterable It now calls :func:`detectron2.data.build_detection_test_loader`. Overwrite it if you'd like a different data loader.

(cls, cfg, dataset_name)

Source from the content-addressed store, hash-verified

474
475 @classmethod
476 def build_test_loader(cls, cfg, dataset_name):
477 """
478 Returns:
479 iterable
480
481 It now calls :func:`detectron2.data.build_detection_test_loader`.
482 Overwrite it if you'd like a different data loader.
483 """
484 return build_detection_test_loader(cfg, dataset_name)
485
486 @classmethod
487 def build_evaluator(cls, cfg, dataset_name):

Callers 1

testMethod · 0.80

Calls 1

Tested by

no test coverage detected