Toggle navigation
Toggle navigation
This project
Loading...
Sign in
조아혜
/
cfr-chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
daeun
2020-12-06 22:01:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
84ec08622c0f849851b924b77980dab807c0be67
84ec0862
1 parent
1049f449
modify cfr
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
chatbot.js
chatbot.js
View file @
84ec086
...
...
@@ -420,8 +420,7 @@ imgtodata = function(dir) {
var
facenum
=
cfrdata
.
info
.
faceCount
;
//인식된 얼굴이 없을 때
if
(
facenum
==
0
)
{
randomMenu
=
Math
.
floor
(
Math
.
random
()
*
10
);
menu
=
arrmenu
[
randomMenu
];
menu
=
''
}
//얼굴 1개 이상
else
{
...
...
Please
register
or
login
to post a comment