Skip to content

Commit

Permalink
Removed unwanted constants
Browse files Browse the repository at this point in the history
  • Loading branch information
priankakariat committed Dec 4, 2023
1 parent 2168b05 commit 4c03da5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@

static MPPFileInfo *const kCatsAndDogsImageFileInfo =
[[MPPFileInfo alloc] initWithName:@"cats_and_dogs" type:@"jpg"];
static MPPFileInfo *const kCatGoldenImageFileInfo = [[MPPFileInfo alloc] initWithName:@"cat_mask"
type:@"jpg"];
static MPPFileInfo *const kCatsAndDogsMaskImage1FileInfo =
[[MPPFileInfo alloc] initWithName:@"cats_and_dogs_mask_dog1" type:@"png"];
static MPPFileInfo *const kCatsAndDogsMaskImage2FileInfo =
[[MPPFileInfo alloc] initWithName:@"cats_and_dogs_mask_dog2" type:@"png"];
static MPPFileInfo *const kSegmentationGoldenImageFileInfo =
[[MPPFileInfo alloc] initWithName:@"segmentation_golden_rotation0" type:@"png"];

static MPPFileInfo *const kDeepLabModelFileInfo =
[[MPPFileInfo alloc] initWithName:@"ptm_512_hdt_ptm_woid" type:@"tflite"];
Expand Down

0 comments on commit 4c03da5

Please sign in to comment.