Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
#7 : solved encoding error
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaru committed Nov 25, 2018
1 parent 796f6a9 commit cdd3503
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Format.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#-*-coding:utf-8-*-

import sys
import os
import csv
Expand Down
4 changes: 3 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#-*-coding:utf-8-*-

import os
from xml.etree.ElementTree import dump
import json
Expand Down Expand Up @@ -127,4 +129,4 @@ def main(config):
"cls_list": args.cls_list_file,
}

main(config)
main(config)
4 changes: 3 additions & 1 deletion label_visualization.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#-*-coding:utf-8-*-

import os
import argparse
import time
Expand Down Expand Up @@ -80,4 +82,4 @@ def main():
print("return value : {}, msg : {}, args: {}".format(result, data, args))

if __name__ == '__main__':
main()
main()

0 comments on commit cdd3503

Please sign in to comment.