Update main_for_image.py
Browse files- main_for_image.py +3 -0
main_for_image.py
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
|
|
| 2 |
import argparse
|
| 3 |
import datetime
|
| 4 |
import inspect
|
|
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
+
#Author: Lart Pang (https://github.com/lartpang)
|
| 3 |
+
#Modified by: Leena Alghamdi (https://github.com/linaagh98)
|
| 4 |
+
|
| 5 |
import argparse
|
| 6 |
import datetime
|
| 7 |
import inspect
|