MCPcopy Create free account
hub / github.com/JunlinHan/DCLGAN / test.py

File test.py

test.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""General-purpose test script for image-to-image translation.
2
3Once you have trained your model with train.py, you can use this script to test the model.
4It will load a saved model from --checkpoints_dir and save the results to --results_dir.

Callers

nothing calls this directly

Calls 14

TestOptionsClass · 0.90
create_datasetFunction · 0.90
create_modelFunction · 0.90
save_imagesFunction · 0.90
parseMethod · 0.80
setupMethod · 0.80
parallelizeMethod · 0.80
evalMethod · 0.80
testMethod · 0.80
get_current_visualsMethod · 0.80
get_image_pathsMethod · 0.80
saveMethod · 0.80

Tested by

no test coverage detected