菜品识别程序,增加向量输出到控制台的功能!
This commit is contained in:
@@ -14,8 +14,9 @@ import time
|
||||
|
||||
# 添加net目录到路径
|
||||
# sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'net'))
|
||||
# from food_net import create_food_cnn
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
||||
from net import create_food_cnn
|
||||
# from net import create_food_cnn
|
||||
from settings import settings
|
||||
|
||||
# 设置matplotlib支持中文显示
|
||||
|
||||
Reference in New Issue
Block a user