Adding in training of dual model recognition system.
This commit is contained in:
+6
-2
@@ -1,8 +1,12 @@
|
||||
from kanowandasync import Shop, Wand
|
||||
from kanowandasync.constants import *
|
||||
# from kanowandasync import Shop, Wand
|
||||
# from kanowandasync.constants import *
|
||||
|
||||
import asyncio
|
||||
|
||||
# Custom wand class extending the default wand
|
||||
from kanowandasync import Shop, PATTERN, Wand
|
||||
|
||||
|
||||
class MyWand(Wand):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user