Skip to content

Commit

Permalink
Fix VideoClassification crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Oct 17, 2024
1 parent b3fe9af commit bd29e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Samples/VideoClassification/VideoClassification.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public VideoClassification(Options options)
try
{
runner = new SignatureRunner(SIGNATURE_KEY, FileUtil.LoadFile(options.modelPath), interpreterOptions);
runner.AllocateSignatureTensors();
}
catch (Exception e)
{
Expand Down

0 comments on commit bd29e2e

Please sign in to comment.