提交 dff02cc2 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!5188 rename image files in imagefolder

Merge pull request !5188 from tony_liu2/alt
...@@ -24,7 +24,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -24,7 +24,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO; using mindspore::MsLogLevel::INFO;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "BoundingBoxAugmentOp"; const char kOpName[] = "bounding_box_augment_op";
class MindDataTestBoundingBoxAugmentOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestBoundingBoxAugmentOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
...@@ -39,7 +39,7 @@ using tinyxml2::XMLError; ...@@ -39,7 +39,7 @@ using tinyxml2::XMLError;
const char kAnnotationsFolder[] = "/Annotations/"; const char kAnnotationsFolder[] = "/Annotations/";
const char kImagesFolder[] = "/JPEGImages/"; const char kImagesFolder[] = "/JPEGImages/";
const char kExpectedName[] = "Expected"; const char kExpectedName[] = "apple_expect_";
const char kActualName[] = "Actual"; const char kActualName[] = "Actual";
const char kAnnotExt[] = ".xml"; const char kAnnotExt[] = ".xml";
const char kImageExt[] = ".jpg"; const char kImageExt[] = ".jpg";
......
...@@ -26,7 +26,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -26,7 +26,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO; using mindspore::MsLogLevel::INFO;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "RandomResizedCropWithBBox_C"; const char kOpName[] = "random_resized_crop_with_bbox_c";
class MindDataTestRandomCropAndResizeWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestRandomCropAndResizeWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
...@@ -27,7 +27,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -27,7 +27,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO; using mindspore::MsLogLevel::INFO;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "RandomCropWithBBox_C"; const char kOpName[] = "random_crop_with_bbox_c";
class MindDataTestRandomCropWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestRandomCropWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
...@@ -23,7 +23,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -23,7 +23,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::LogStream; using mindspore::LogStream;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "RandomHorizontalFlipWithBBox"; const char kOpName[] = "random_horizontal_flip_with_bbox_c";
class MindDataTestRandomHorizontalFlipWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestRandomHorizontalFlipWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
...@@ -27,7 +27,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -27,7 +27,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO; using mindspore::MsLogLevel::INFO;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "RandomResizeWithBBox_C"; const char kOpName[] = "random_resize_with_bbox_c";
class MindDataTestRandomResizeWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestRandomResizeWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
...@@ -24,7 +24,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -24,7 +24,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO; using mindspore::MsLogLevel::INFO;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "RandomVerticalFlipWithBBox_C"; const char kOpName[] = "random_vertical_flip_with_bbox_c";
class MindDataTestRandomVerticalFlipWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestRandomVerticalFlipWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
...@@ -24,7 +24,7 @@ using mindspore::ExceptionType::NoExceptionType; ...@@ -24,7 +24,7 @@ using mindspore::ExceptionType::NoExceptionType;
using mindspore::MsLogLevel::INFO; using mindspore::MsLogLevel::INFO;
const bool kSaveExpected = false; const bool kSaveExpected = false;
const char kOpName[] = "ResizeWithBBox_C"; const char kOpName[] = "resize_with_bbox_c";
class MindDataTestResizeWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon { class MindDataTestResizeWithBBoxOp : public UT::CVOP::BBOXOP::BBoxOpCommon {
protected: protected:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册