combine prediction of slices using SAHI from external prediction result in txt file #612
ramdhan1989
started this conversation in
Ideas
Replies: 1 comment
-
@ramdhan1989 thats a great usage! Unfortunately, SAHI currently cannot handle that. SAHI automatically slices images with this function: Line 243 in b93132d Line 198 in b93132d You can tweak it a bit so that it reads from txt instead of this function 👍 We are open to any PR 💯 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to ask if I can use SAHI to combine prediction of slices that are stored in txt file? I did detection of objects (in smaller tiles) outside SAHI and return the result in the form txt file with the name of the file for example 14_0_4_2052_4313_2564_3801 where :
14 = name of file
0=row position in original image
4=columns position in original image
2052_4313_2564_3801 = XYXY position relative in original image
the content of txt file as follow :
class bbox(yolo format) confidence
please advise
thank you
Beta Was this translation helpful? Give feedback.
All reactions