mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Relocate tf models
This commit is contained in:
parent
4892f97d68
commit
dd2830d962
6 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue