Closed matt-sharp closed 3 years ago
Hi Matthew,
We have updated the code of our repository and the issue should be fixed now.
Let me know if you have any further problem.
Best, Ángela
De: Matthew Sharp @.> Enviado: jueves, 11 de marzo de 2021 18:10 Para: ancasag/ensembleObjectDetection @.> Cc: Subscribed @.***> Asunto: [ancasag/ensembleObjectDetection] Image width and height incorrect in XML output file (#19)
The XML file containing the detection output from my individual models has swapped the position of the width and height. I've tried to de-bug the code but I can't find where this error exists.
Here's an example of an image:
the annotation file (re-formatted to .txt so that it can be uploaded here): 100000003.txthttps://github.com/ancasag/ensembleObjectDetection/files/6124717/100000003.txt
the output from an ensemble method: 100000003.txthttps://github.com/ancasag/ensembleObjectDetection/files/6124724/100000003.txt
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ancasag/ensembleObjectDetection/issues/19, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH7ZO3ECPSGNNMON7J2AMILTDD2QJANCNFSM4ZAVLRZQ.
Thanks @ancasag that has now fixed the issue.
@ancasag I think there is still one error here:
This should be:
hI, wI, d = frame.shape
Hi Matthew,
We have updated the code of our repository and the issue should be fixed now.
Let me know if you have any further problem.
Best, Ángela
De: Matthew Sharp @.> Enviado: martes, 23 de marzo de 2021 19:04 Para: ancasag/ensembleObjectDetection @.> Cc: Ángela Casado García @.>; Mention @.> Asunto: Re: [ancasag/ensembleObjectDetection] Image width and height incorrect in XML output file (#19)
@ancasaghttps://github.com/ancasag I think there is still one error here:
This should be:
hI, wI, d = frame.shape
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ancasag/ensembleObjectDetection/issues/19#issuecomment-805115058, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH7ZO3FYYETRSKBBUCTA5VLTFDJZRANCNFSM4ZAVLRZQ.
Thanks @ancasag
The XML file containing the detection output from my individual models has swapped the position of the width and height. I've tried to de-bug the code but I can't find where this error exists.
Here's an example of an image:
the annotation file (re-formatted to .txt so that it can be uploaded here): 100000003.txt
the output from an ensemble method: 100000003.txt