Skip to content

Commit

Permalink
Update object_classification_yolov8.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Nov 27, 2024
1 parent df9d0c7 commit 6f002bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions object_classification_yolov8.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
from uugai_python_dynamic_queue.MessageBrokers import RabbitMQ
from uugai_python_kerberos_vault.KerberosVault import KerberosVault

# Following error is thrown: [W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware.
# https://stackoverflow.com/questions/69711410/could-not-initialize-nnpack
torch.backends.nnpack.enabled = False

# Initialize the VariableClass object, which contains all the necessary environment variables.
var = VariableClass()

Expand Down

0 comments on commit 6f002bd

Please sign in to comment.