-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,17 +60,31 @@ $ wget https://service.assuntonerd.com.br/downloads/antispoofing.weights | |
$ wget https://service.assuntonerd.com.br/downloads/antispoofing.cfg | ||
$ make run | ||
|
||
``` | ||
Or to test fraud, use the command below: | ||
|
||
``` bash | ||
$ ./antispoofing ../content/fraud-video.h265 y | ||
|
||
``` | ||
|
||
To test real case, use the command below: | ||
|
||
``` bash | ||
$ ./antispoofing ../content/real-video.h265 y | ||
|
||
``` | ||
|
||
### To Do | ||
- [x] First version | ||
- [x] Publish in github | ||
- [x] Teste and port (if necessary) to oneAPI Beta10 | ||
- [x] Teste and port (if necessary) to oneAPI 2023 | ||
- [ ] Create webserver REST | ||
|
||
## The final result | ||
|
||
Bellow an example running in my machine with OpenSUSE Leap 15.2. | ||
Bellow an example running in my machine with Linux OpenSUSE Leap 15.2, 15.3 and 15.4. | ||
|
||
contact : Alessandro de Oliveira Faria (A.K.A.CABELO) [email protected] | ||
|
||
|