Skip to content

CisMine/Setup_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Setup dataset from scratch

Introduction

Yes, it is true that there are many frameworks available for setting up datasets, such as ImageFolder, which is commonly used in computer vision tasks. However, in the real world, the data you may encounter may not always be in a format that can be directly used with these frameworks.

z4225377581040_30ee595ce02040fce81c762705edfe2e

This would require you to build your own dataset and preprocess your data accordingly

How to use my code

With my code, you can:

  • Use your dataset in your path folder
  • You can customize your preprocessing steps based on the specific needs of your task

Requirements:

  • Python
  • Torch
  • PIL
  • Torchvision
  • os

I have explain more clearly in my medium

About

Read custom dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages