cucapra / approx-vision

Designing image processing hardware and software for computer vision

Home Page:https://capra.cs.cornell.edu/research/visionmode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't figure out a script to feed my own image directory

TolgaAktas opened this issue · comments

I have a directory full of 346 images in /approx-image/datasets folder that I created. I wanted to write a script file to have the first (reverse) pipeline to iterate over every image and reverse it but I can't seem to figure out the way it's done in other datasets. how can I do that please?

Hi! @mbuckler will have the proper answers, but to get things started, maybe you can point to the specific point along the recipe in the FAQ where you got stuck?

Hi @TolgaAktas!

Yes, as @sampsyo says, our FAQ is the place to start. Have you successfully converted a file from JPEG to RAW as directed in the first set of instructions?

If so, you can move on to the next step which is writing a script to run the converter for every image. Examples of these scripts for other datasets can be found in approx-vision/pipelines.

Closed for inactivity