from local

This commit is contained in:
dohe0342 2023-04-26 14:29:45 +09:00
parent 009c4fce75
commit 648098adb3
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import numpy as np
import matplotlib.pyplot as plt
feats = []
feat_list = glob('./conv_feat/*')
feat_list = glob('./conv_feat/*.npy')
for feat in feat_list:
feat = np.load(feat)
feats.append(feat)