Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임연수
/
FaceDetection
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
임연수
2018-12-15 21:25:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32438b1d1ff8c2823a98685e6788352dcfac0f77
32438b1d
1 parent
be4da406
change server ip
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
app.js
views/facedetection.html
views/upload.html
views/upload_ajax구현못함.html
app.js
View file @
32438b1
...
...
@@ -54,7 +54,7 @@ app.get('/send2api', function (req, res) {
var
options
=
{
uri
:
uriBase
,
qs
:
params
,
body
:
'{"url": "http://
54.180.159.7
3:8080/uploads/'
+
imgname
+
'"}'
,
body
:
'{"url": "http://
13.125.213.19
3:8080/uploads/'
+
imgname
+
'"}'
,
headers
:
{
'Content-Type'
:
'application/json'
,
'Ocp-Apim-Subscription-Key'
:
subscriptionKey
...
...
views/facedetection.html
View file @
32438b1
...
...
@@ -20,7 +20,7 @@
</head>
<body
ng-controller=
"mainAdminController"
>
<div
class=
"left-box"
>
<img
src=
"http://
54.180.159.7
3:8080/uploads/mypic.jpg"
>
<img
src=
"http://
13.125.213.19
3:8080/uploads/mypic.jpg"
>
</div>
<div
class=
"right-box"
>
...
...
views/upload.html
View file @
32438b1
...
...
@@ -18,13 +18,13 @@
<title>
Age Detection
</title>
<link
rel =
"stylesheet"
href=
"http://
54.180.159.7
3:8080/public/assets/css/upload.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.7
3:8080/public/assets/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.7
3:8080/public/assets/css/animate.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.7
3:8080/public/assets/css/magnific-popup.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.7
3:8080/public/assets/css/font-awesome.min.css"
>
<link
rel =
"stylesheet"
href=
"http://
13.125.213.19
3:8080/public/assets/css/upload.css"
>
<link
rel=
"stylesheet"
href=
"http://
13.125.213.19
3:8080/public/assets/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"http://
13.125.213.19
3:8080/public/assets/css/animate.css"
>
<link
rel=
"stylesheet"
href=
"http://
13.125.213.19
3:8080/public/assets/css/magnific-popup.css"
>
<link
rel=
"stylesheet"
href=
"http://
13.125.213.19
3:8080/public/assets/css/font-awesome.min.css"
>
<!-- MAIN CSS -->
<link
rel=
"stylesheet"
href=
"http://
54.180.159.7
3:8080/public/assets/css/tooplate-style.css"
>
<link
rel=
"stylesheet"
href=
"http://
13.125.213.19
3:8080/public/assets/css/tooplate-style.css"
>
<!-- 이 태그를 head 태그에 배치하거나 닫는 body 태그 바로 앞에 배치하세요. -->
<script
src=
"https://apis.google.com/js/platform.js"
async
defer
>
...
...
@@ -112,14 +112,14 @@
</footer>
<!-- SCRIPTS -->
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/jquery.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/bootstrap.min.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/jquery.parallax.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/smoothscroll.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/jquery.magnific-popup.min.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/magnific-popup-options.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/wow.min.js"
></script>
<script
src=
"http://
54.180.159.7
3:8080/public/assets/js/custom.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/jquery.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/bootstrap.min.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/jquery.parallax.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/smoothscroll.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/jquery.magnific-popup.min.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/magnific-popup-options.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/wow.min.js"
></script>
<script
src=
"http://
13.125.213.19
3:8080/public/assets/js/custom.js"
></script>
<script>
/*
document.getElementById('userfile').onchange = function(){
...
...
views/upload_ajax구현못함.html
View file @
32438b1
...
...
@@ -96,7 +96,7 @@
var
params
=
{
// Request parameters <img src="http://
54.180.159.7
3:8080/user/mypic.jpg"></img>
// Request parameters <img src="http://
13.125.213.19
3:8080/user/mypic.jpg"></img>
"returnFaceId"
:
"true"
,
"returnFaceLandmarks"
:
"false"
,
"returnFaceAttributes"
:
"age,gender"
,
...
...
Please
register
or
login
to post a comment