no message
1
.gitignore
vendored
@ -76,3 +76,4 @@ archive/1_image_sdks/seg_sam2_sdk/target/
|
||||
0_tutorials/python/sam2_export/sam2-hiera-tiny/sam2-hiera-tiny.pt
|
||||
0_tutorials/python/sam2_export/sam2-hiera-tiny/sam2-hiera-tiny_all.pt
|
||||
0_tutorials/python/sam2_export/sam2-hiera-tiny/serving.properties
|
||||
6_web_app/image_seg_sam2/ocr_backend/target/
|
||||
|
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 4.7 KiB |
BIN
6_web_app/image_gan/image_ui/src/assets/404_images/404.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
6_web_app/image_gan/image_ui/src/assets/404_images/404_cloud.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 4.7 KiB |
BIN
6_web_app/image_seg/image_ui/src/assets/404_images/404.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
6_web_app/image_seg/image_ui/src/assets/404_images/404_cloud.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
@ -2,5 +2,5 @@
|
||||
ENV = 'development'
|
||||
|
||||
# base api 127.0.0.1
|
||||
VUE_APP_BASE_API = 'http://121.41.167.160:8089'
|
||||
VUE_APP_BASE_API = 'http://127.0.0.1:8089'
|
||||
|
||||
|
@ -2,5 +2,5 @@
|
||||
ENV = 'production'
|
||||
|
||||
# base api 127.0.0.1
|
||||
VUE_APP_BASE_API = 'http://121.41.167.160:8089'
|
||||
VUE_APP_BASE_API = 'http://127.0.0.1:8089'
|
||||
|
||||
|