Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bob.paper.makeup_aim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.paper.makeup_aim
Commits
dcb83e0f
Commit
dcb83e0f
authored
Sep 03, 2019
by
Ketan Kotwal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor edits, cleanup
parent
223e1f48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
16 deletions
+1
-16
bob/paper/makeup_aim/database/aim.py
bob/paper/makeup_aim/database/aim.py
+1
-1
bob/paper/makeup_aim/extractor/KAD.py
bob/paper/makeup_aim/extractor/KAD.py
+0
-2
bob/paper/makeup_aim/script/version.py
bob/paper/makeup_aim/script/version.py
+0
-13
No files found.
bob/paper/makeup_aim/database/aim.py
View file @
dcb83e0f
...
...
@@ -62,7 +62,7 @@ class AIMDatabase(FileListPadDatabase):
**Parameters:**
``original_directory`` : str or None
original directory refers to the location of AIM
/ BATL
parent directory
original directory refers to the location of AIM parent directory
``original_extension`` : str or None
extension of original data
...
...
bob/paper/makeup_aim/extractor/KAD.py
View file @
dcb83e0f
...
...
@@ -3,8 +3,6 @@
"""
Implementation of KAD feature extractor for makeup detection
@author: Ketan Kotwal
"""
# Imports
...
...
bob/paper/makeup_aim/script/version.py
deleted
100644 → 0
View file @
223e1f48
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
"""Prints the version of bob and exits
"""
def
main
():
"""Main routine, called by the script that gets the configuration of bob.blitz"""
import
bob.blitz
print
(
bob
.
blitz
.
get_config
())
return
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment