How can i disable the auto_slice_resolution #636
-
Hi, during the preparation of a dataset I encountered a problem. I use sahi + yolov5. I sliced the images for the training of the models but just give me an error about some images truncated. As I have used sahi in the past and had no problems I have used an older version where auto_slice_resolution is not present. With the same dataset, but processed with an older version of sahi (0.9.2) I managed to train the CNN without error. I think there is a problem with auto_slice_resolution. The error is like: |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments
-
Hello @claudio9russo7, Can you please write down the function or script you use? Can you also paste here the full error traceback? |
Beta Was this translation helpful? Give feedback.
-
Just make this for slicing the dataset, after this I convert the .json file into usable format for yolo and train the network on kaggle. |
Beta Was this translation helpful? Give feedback.
-
Thanks @claudio9russo7! When do you get the error? When running Can you also post the full error traceback? Are you having this error with |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Which SAHI version are you trying currently? if If @devrimcavusoglu do you have any idea? |
Beta Was this translation helpful? Give feedback.
-
Im trying with |
Beta Was this translation helpful? Give feedback.
-
If you could try with |
Beta Was this translation helpful? Give feedback.
-
As you requested I tried with |
Beta Was this translation helpful? Give feedback.
-
It would be great if this is only a file corruption during upload/download. Then can you try everything again with |
Beta Was this translation helpful? Give feedback.
-
Yep, no problem but i will try tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Okkei i just used |
Beta Was this translation helpful? Give feedback.
Okkei i just used
sahi==0.10.4
, run the training and no problem. So, i think was only an error during the upload on wandb of the dataset.