From e997b6a4ecdaeccbd9427560729e95d506b702fc Mon Sep 17 00:00:00 2001 From: YunzhongTianjing <642209019@qq.com> Date: Fri, 13 Nov 2020 21:05:21 +0800 Subject: [PATCH] remove:redundant file --- TrescopeServer/backend/README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 TrescopeServer/backend/README.md diff --git a/TrescopeServer/backend/README.md b/TrescopeServer/backend/README.md deleted file mode 100644 index 2e85784..0000000 --- a/TrescopeServer/backend/README.md +++ /dev/null @@ -1,32 +0,0 @@ -#Endoscoe - -Endoscope is 3D data visualization tool. It helps you debug your algorithm. - -[Yuque document](https://yuque.antfin-inc.com/ihome-3dv/zbvy4x/sp9b2o) - -##Start - -``` -bash -$ endoscope -``` - -##Args - -###`--version` - -``` -$ endoscope --version //get the version of endoscope -``` - -###`--offlinedir` - -``` -$ endoscope --offlinedir //show your offline result in the endoscope web page. -``` - -sub arg: `--offline-column-count `. Custom the column count, default value is 2. - -``` -$endoscope --offlinedir /your/offline/result/dir --offline-column-count 4 -```