Skip to content

tf-js tflite: use_regular_nms=True for SSD model leads to a freeze #8124

@Jove125

Description

@Jove125

Hello,

The SSD model converted to tflite with a flag use_regular_nms=True doesnt work with tf-js tflite. Calling the model.predict function causes the web-page to freeze without returning any error or result. The same model works well on Android and PC/Python.

The same SSD model converted to tflite with a flag use_regular_nms=False work fine with tf-js tflite (but this model leads to a large number of false positives, so it is not suitable).

Is this an error or is the functionality not implemented? Is there any way to solve the problem?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions