英文:
Why is Model Target Generator not starting the training process?
问题
我已经多次使用了Model Target Generator,它从未出现任何问题。但是,最近我尝试创建一个新的模型目标时,尽管数据库已经准备好(我可以在已经准备好导出的数据集底部看到该集合,我以前成功训练并使用过),但应用程序并没有启动训练过程。我用于这个模型目标的原始CAD模型具有200万多个多边形,因此在配置步骤中,我使用了该应用程序提供的简化选项,生成了一个包含20万个三角形的模型,显然在Vuforia文档中指定的限制范围内。此外,我目前正在使用Model Target Generator的最新版本(v10.14.4)。
问题出在我想训练模型目标时:我单击“训练”按钮,弹出一个窗口提醒我账户上有多少次训练,我点击“继续”按钮,进程似乎开始了,但几秒后,“训练”按钮可以再次点击,我没有收到任何关于训练是否停止、是否出现错误或是否正在后台进行训练的指示(我在点击“训练”和“继续”按钮后等待了数小时来确认最后一个情况)。由于我从Model Target Generator那里没有任何反馈,我不知道问题出在哪里。对这个问题的任何见解都受欢迎。
英文:
I have used Model Target Generator a few times and it has never given me any trouble. But when I recently tryed to create a new Model Target the application does not start the training process eventhough the database is ready (I can see the set listed at the bottom of the already ready to export sets that i have succesfully trained and used un the past). The original CAD model that I'm using for this Model target has over 2 milion polygons so in the configuration steps I use the simplification option provided by the same applicaiton which gives me a model with 200000 triangles which is clearly inside the limitations specified in the Vuforia documentation. Also I'm using the latest version of Model Target Generator at the moment (v10.14.4).
The problem comes when I want to train the Model Target: I click on the "Train" button, a window displays reminding me how many trainings I have on my account, I click on "Continue" button and the process seems to start but after a few seconds the "Train" button can be clicked again and I receive no indications if the proccess has stopped or there has been an error or is simply doing the training process in the background (I have waited several hours after hitting the "Train" and "Continue" buttons to confirm this last one). I have no clue of what the problem can be since I get no feedback from Model Target Generator. Any insight on the matter is welcome.
答案1
得分: 1
这通常是与提交给培训服务的3D模型数据有关的问题。
为了进一步追踪,请建议您在GitHub上的Vuforia Engine问题跟踪器上打开一个错误报告。
英文:
Typically, this is an issue with the 3D model data being submitted to the training service.
To pursue further, I suggest that you open a bug report on the Vuforia Engine issue tracker on GitHub.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论