项目作者: RohitMidha23

项目描述 :
Converts a given image directory to a CSV file.
高级语言: Python
项目地址: git://github.com/RohitMidha23/Image-Directory-to-CSV.git
创建时间: 2018-12-07T13:08:33Z
项目社区:https://github.com/RohitMidha23/Image-Directory-to-CSV

开源协议:

下载


Image Directory to CSV

Often times we need to convert our dataset of images to CSV files. This does just that.

Setup

  1. Clone this repository.
  2. Show some :heart: by :star:ing this repo
  3. Add the path of the directory you want to convert in
    1. myFileList = createFileList('/path_to_directory_with_images/')
  4. Name the csv file to be created in
    ```python
    with open(“name_you_want.csv”, ‘a’) as f:

```

  1. In case you’re not able to locate the .csv file, search it up with the name given.