|
@@ -18,8 +18,6 @@ public interface ISceneMarkShapeService extends IService<SceneMarkShape> {
|
|
void saveFileToDB(MultipartFile inPath, String num) throws IOException;
|
|
void saveFileToDB(MultipartFile inPath, String num) throws IOException;
|
|
|
|
|
|
SceneMarkShape findByNumAndImagePath(String num, String imagePath);
|
|
SceneMarkShape findByNumAndImagePath(String num, String imagePath);
|
|
- List<SceneMarkShape> findByNum(String num);
|
|
|
|
-
|
|
|
|
ResultData editLabelByFile(String num, String imgPath, MultipartFile file) throws IOException;
|
|
ResultData editLabelByFile(String num, String imgPath, MultipartFile file) throws IOException;
|
|
|
|
|
|
void trainScene(SceneMarkShapeReDetectParamVO param);
|
|
void trainScene(SceneMarkShapeReDetectParamVO param);
|