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
Ubuntu
2018-12-13 14:49:15 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f3fd6684e482b65e38a94446897992063b52dbc
9f3fd668
1 parent
61261680
modify css path for ec2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
views/facedetection.html
views/upload.html
views/facedetection.html
View file @
9f3fd66
...
...
@@ -6,7 +6,7 @@
<script
src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"
></script>
</head>
<body>
<img
src=
"http://
localhost
:8080/user/mypic.jpg"
></img>
<img
src=
"http://
54.180.159.73
:8080/user/mypic.jpg"
></img>
<button
onclick=
"test()"
>
완료
</button>
<script
type=
"text/javascript"
>
...
...
@@ -16,7 +16,7 @@
var
params
=
{
// Request parameters <img src="http://
localhost
:8080/user/mypic.jpg"></img>
// Request parameters <img src="http://
54.180.159.73
:8080/user/mypic.jpg"></img>
"returnFaceId"
:
"true"
,
"returnFaceLandmarks"
:
"false"
,
"returnFaceAttributes"
:
"age,gender"
,
...
...
views/upload.html
View file @
9f3fd66
...
...
@@ -18,13 +18,13 @@
<title>
Age Detection
</title>
<link
rel =
"stylesheet"
href=
"http://
localhost
:8080/assets/css/upload.css"
>
<link
rel=
"stylesheet"
href=
"http://
localhost
:8080/assets/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"http://
localhost
:8080/assets/css/animate.css"
>
<link
rel=
"stylesheet"
href=
"http://
localhost
:8080/assets/css/magnific-popup.css"
>
<link
rel=
"stylesheet"
href=
"http://
localhost
:8080/assets/css/font-awesome.min.css"
>
<link
rel =
"stylesheet"
href=
"http://
54.180.159.73
:8080/assets/css/upload.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.73
:8080/assets/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.73
:8080/assets/css/animate.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.73
:8080/assets/css/magnific-popup.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.73
:8080/assets/css/font-awesome.min.css"
>
<!-- MAIN CSS -->
<link
rel=
"stylesheet"
href=
"http://
localhost
:8080/assets/css/tooplate-style.css"
>
<link
rel=
"stylesheet"
href=
"http://
54.180.159.73
:8080/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://
localhost
:8080/assets/js/jquery.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/bootstrap.min.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/jquery.parallax.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/smoothscroll.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/jquery.magnific-popup.min.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/magnific-popup-options.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/wow.min.js"
></script>
<script
src=
"http://
localhost
:8080/assets/js/custom.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/jquery.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/bootstrap.min.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/jquery.parallax.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/smoothscroll.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/jquery.magnific-popup.min.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/magnific-popup-options.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/wow.min.js"
></script>
<script
src=
"http://
54.180.159.73
:8080/assets/js/custom.js"
></script>
<script>
/*
document.getElementById('userfile').onchange = function(){
...
...
Please
register
or
login
to post a comment