Leyo commited on
Commit
6bc8965
·
1 Parent(s): 4470b71

delete os import

Browse files
Files changed (1) hide show
  1. TGIF.py +0 -3
TGIF.py CHANGED
@@ -1,12 +1,9 @@
1
  # Lint as: python3
2
  """TGIF: A New Dataset and Benchmark on Animated GIF Description"""
3
 
4
-
5
- import os
6
  import csv
7
  import datasets
8
 
9
-
10
  _CITATION = """
11
  @InProceedings{tgif-cvpr2016,
12
  author = {Li, Yuncheng and Song, Yale and Cao, Liangliang and Tetreault, Joel and Goldberg, Larry and Jaimes, Alejandro and Luo, Jiebo},
 
1
  # Lint as: python3
2
  """TGIF: A New Dataset and Benchmark on Animated GIF Description"""
3
 
 
 
4
  import csv
5
  import datasets
6
 
 
7
  _CITATION = """
8
  @InProceedings{tgif-cvpr2016,
9
  author = {Li, Yuncheng and Song, Yale and Cao, Liangliang and Tetreault, Joel and Goldberg, Larry and Jaimes, Alejandro and Luo, Jiebo},