Hi Team,
We have trained a object detection model using updated eIQ portal 2.2.14.When trying to validate the model, we are facing the following error.
Trace: ShowError -> {"type":"error","message":"Validation encountered error: "}
at N (C:\nxp\eIQ_Toolkit_v1.1.8\resources\app.asar\background.js:1:105046)
at IpcMainImpl.<anonymous> (C:\nxp\eIQ_Toolkit_v1.1.8\resources\app.asar\background.js:1:110550)
at IpcMainImpl.emit (events.js:327:22)
at Object.<anonymous> (electron/js2c/browser_init.js:161:9692)
at Object.emit (events.js:315:20)
Error Details -> undefined
Trace: ShowError -> {"type":"error","message":"Validation encountered error: "}
at N (C:\nxp\eIQ_Toolkit_v1.1.8\resources\app.asar\background.js:1:105046)
at IpcMainImpl.<anonymous> (C:\nxp\eIQ_Toolkit_v1.1.8\resources\app.asar\background.js:1:110550)
at IpcMainImpl.emit (events.js:327:22)
at Object.<anonymous> (electron/js2c/browser_init.js:161:9692)
at Object.emit (events.js:315:20)
Error Details -> "An error occured while converting model"
And also when tried to export the model, similar kind of error occurs. This happens only when trying to export model as rtm file. but not in other formats.
Trace: ShowError -> {"type":"error","message":"Failed to convert model:"}
at N (C:\nxp\eIQ_Toolkit_v1.1.8\resources\app.asar\background.js:1:105046)
at IpcMainImpl.<anonymous> (C:\nxp\eIQ_Toolkit_v1.1.8\resources\app.asar\background.js:1:110550)
at IpcMainImpl.emit (events.js:327:22)
at Object.<anonymous> (electron/js2c/browser_init.js:161:9692)
at Object.emit (events.js:315:20)
Error Details -> "TypeError: Failed to fetch"
I'm attaching a sample deepview project link: defaultvoc.deepview .You can recreate the issue by just training for 1 epoch and try to validate it and export it.
Does anyone have any intuition why this error is happening?