Relocate tf models

This commit is contained in:
Ming Ming 2022-05-25 21:31:51 +08:00
parent 4892f97d68
commit dd2830d962
6 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ using namespace tflite;
namespace {
constexpr const char *MODEL = "lite-model_mobilenetv2-dm05-coco_dr_1.tflite";
constexpr const char *MODEL = "tf/lite-model_mobilenetv2-dm05-coco_dr_1.tflite";
constexpr size_t WIDTH = 513;
constexpr size_t HEIGHT = 513;
constexpr unsigned LABEL_COUNT = 21;

View file

@ -22,7 +22,7 @@ using namespace tflite;
namespace {
constexpr const char *MODEL = "esrgan-tf2_1-dr.tflite";
constexpr const char *MODEL = "tf/esrgan-tf2_1-dr.tflite";
constexpr const size_t TILE_SIZE = 118;
constexpr const size_t TILE_PADDING = 10;

View file

@ -19,7 +19,7 @@ using namespace tflite;
namespace {
constexpr const char *MODEL = "zero_dce_lite_200x300_iter8_60.tflite";
constexpr const char *MODEL = "tf/zero_dce_lite_200x300_iter8_60.tflite";
constexpr size_t WIDTH = 300;
constexpr size_t HEIGHT = 200;