Is there a mechanism for pulling the original image file name in a property definition block or custom python block. We have tried both methods but both return null data for a file name property.
The goal is to retain information from within the original file name so it can be passed to the output image file name when uploaded to Roboflow servers for review
Hello,
Seeing if there is a Roboflow engineer that has an answer to this issue?
To reiterate:
I am using the workflow (custom) and uploading a batch of photos that will need to undergo some preprocessing (tiling) prior to being sent to the object detection/segmentation model. I need the original file names to be retained so when I have the results output csv I can match up the number of detections to each photo (which is a location).
Currently, the workflow accepts the images but I think in the next step renames my images to come generic computer name and does not retain the original image name, doesnβt tag it with the original file name, nor has it is in the exif data. Why is there no option to retain the original file name in the output, or can you help me with a missing step?