This commit is contained in:
2023-02-22 17:45:42 +08:00
parent 400b0d9ac2
commit 0a9848714f
5 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

@ -136,7 +136,7 @@ dmypy.json
# Cython debug symbols
cython_debug/
*.jpg
data/CamVid/
#*.jpg
*.png
*.pth

Binary file not shown.

View File

@ -30,6 +30,7 @@ def filtervideo():
flag = get_object_location(videopath)
results.append({'id':videoid, 'result':flag})
os.remove(videopath)
print('{} >>>>{}'.format((date),(results)))
return json.dumps(results)

BIN
lianhua_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
tools/pic_unscan_front.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB