cypw / PyTorch-MFNet

MIT License
253 stars 56 forks source link

Where does MFNet output the features of input videos? #21

Open alisatwat opened 5 years ago

alisatwat commented 5 years ago

Executed your pre-trained model and tested it on some videos of HMDB51. I want to get the output features of the videos I am inserting to it. Where can I get it ( resulting feature vector or output or anything like that) ?

2019-03-15 15:54:10 INFO: VideoIter:: found 32 videos in `../dataset/HMDB51/raw/list_cvt/testlist01.txt'
2019-03-15 15:54:10 INFO: VideoIter:: iterator initialized (phase: 'test', num: 32)
2019-03-15 15:54:10 INFO: round #0/5
2019-03-15 15:54:24 INFO: 0.0%, 1.0     | Batch [0,0]       Avg: loss-ce = 4.13500, top1 = 0.00000, top5 = 0.12500
2019-03-15 15:54:25 INFO: round #1/5
2019-03-15 15:54:35 INFO: 0.0%, 1.5     | Batch [0,0]       Avg: loss-ce = 4.67265, top1 = 0.00000, top5 = 0.06250
2019-03-15 15:54:36 INFO: round #2/5
2019-03-15 15:54:46 INFO: 0.0%, 2.5     | Batch [0,0]       Avg: loss-ce = 4.67265, top1 = 0.00000, top5 = 0.03125
2019-03-15 15:54:47 INFO: round #3/5
2019-03-15 15:54:57 INFO: 0.0%, 3.4     | Batch [0,0]       Avg: loss-ce = 4.67265, top1 = 0.00000, top5 = 0.09375
2019-03-15 15:54:59 INFO: round #4/5
2019-03-15 15:55:07 INFO: 0.0%, 4.4     | Batch [0,0]       Avg: loss-ce = 4.67265, top1 = 0.00000, top5 = 0.06250
2019-03-15 15:55:09 INFO: Evaluation Finished!
2019-03-15 15:55:09 INFO: Total time cost: 7.2 sec
2019-03-15 15:55:09 INFO: Speed: 22.3596 samples/sec
2019-03-15 15:55:09 INFO: Accuracy:
2019-03-15 15:55:09 INFO: [
    [
        [
            "loss-ce",
            4.672654986381531
        ]
    ],
    [
        [
            "top1",
            0.0
        ]
    ],
    [
        [
            "top5",
            0.0625
        ]
    ]
]