MulongXie / UI2CODE

A tidied repo for UI2CODE, a reverse engineering system convert UI design to code automatically and precisely.
http://www.uied.online/
41 stars 12 forks source link

Code generation fail on some specific image #1

Open le2vi99 opened 3 years ago

le2vi99 commented 3 years ago

Hello, While I'm testing your UI2CODE code generation module with some specific image such as 5.jpg, the lib.pairing.pair_matching_withing_group() didn't handle the case where there are no matching pairs in the group thus return a null object. The following is the error traceback.

bug_pic5

How do i resolve this problem.

jywnag commented 8 months ago

Hello, While I'm testing your UI2CODE code generation module with some specific image such as 5.jpg, the lib.pairing.pair_matching_withing_group() didn't handle the case where there are no matching pairs in the group thus return a null object. The following is the error traceback.

bug_pic5

How do i resolve this problem.

Have you solved this problem? I also encountered the same problem.