pytorch-video-recognition icon indicating copy to clipboard operation
pytorch-video-recognition copied to clipboard

PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.

Results 48 pytorch-video-recognition issues
Sort by recently updated
recently updated
newest added

Thanks for the great work! Is the R3D model based on resnet-18 with the "basic building block"? It seems so, but want to confirm if it is the exactly same...

Hai @jfzhang95 @sdxass I have tried the UCF dataset with X labels and its results are too good. Now how to detect an action for a custom dataset (own dataset)?...

How do I load the model and fine tune it to the places-365 dataset for scene recognition?

When I downloaded the dataset,i run python train.py, But the terminal does not output any information, has been stagnant, what is the reason? ![image](https://github.com/jfzhang95/pytorch-video-recognition/assets/92201550/5038e15a-3166-4f10-ba68-aca16829d912)

我已经用这个代码训练出了模型,怎么用这个模型进行提取特征

D:\anaconda3\envs\pytorch114\lib\site-packages\torch\optim\lr_scheduler.py:134: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.st File "train.py", line 202, in train_model() File "train.py", line 137, in train_model loss = criterion(outputs, labels) File "D:\anaconda3\envs\pytorch114\lib\site-packages\torch\nn\modules\module.py", line 889, in _call_impl...

Traceback (most recent call last): File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 202, in train_model() File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\train.py", line 97, in train_model train_dataloader = DataLoader(VideoDataset(dataset=dataset, split='train',clip_len=16), batch_size=20, shuffle=True, num_workers=4) File "C:\MyWorkspace\pycharm_workapce\github\pytorch-video-recognition\dataloaders\dataset.py", line 41, in __init__...