关于ou-mvlp数据集训练了完准确率只有83.4,参数都保持了一致,可能是数据加载的问题吗?还是其他的问题?
- Lingua principale
- Python
- Stelle
- 620
- Fork
- 176
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
250000
Transforming...
Evaluating...
Evaluation complete. Cost: 0:49:03.915056
===Rank-1 (Include identical-view cases)===
00: 84.270
---Rank-1 (Exclude identical view cases)---
00: 83.407
---Rank-1 of each angle (Exclude identical-view cases)---
00: [75.20 82.97 86.66 87.04 81.76 85.32 82.52 74.29 83.71 87.39 88.19 83.34 86.12 83.19]
config
'pid_num': 5153,
'pid_shuffle': False,
'hidden_dim': 256,
'lr': 1e-4,
'hard_or_full_trip': 'full',
'batch_size': (32, 16),
'restore_iter': 0,
'total_iter': 250000,
'margin': 0.2,
'num_workers': 2,
'frame_num': 30,
'model_name': 'GaitSet',
test
# Exclude identical-view cases
def de_diag13(acc, each_angle=False):
result = np.sum(acc - np.diag(np.diag(acc)), 1) / 13.0
if not each_angle:
result = np.mean(result)
return result
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.