Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I train multi object action detection? #6

Open
Batman-97 opened this issue May 6, 2023 · 7 comments
Open

Can I train multi object action detection? #6

Batman-97 opened this issue May 6, 2023 · 7 comments

Comments

@Batman-97
Copy link

Hello @yjh0410 ,

I have dataset with two action classes, and i need to train it, but my dataset has multi objects in same frame will the YOWO model localize two actions in single frame?

thank you in advance

@yjh0410
Copy link
Owner

yjh0410 commented May 9, 2023

@Batman-97 Certainly. For instance, the YOWOv2 trained with AVA dataset can detect multiple action instances in the same frame, as demonstrated in some qualitative results in the README file. This suggests that YOWOv2 may also be capable of handling your dataset. However, you will need to preprocess your dataset into a suitable format to train YOWOv2 using this project's code. You can refer to the format of datasets such as UCF101-24 or AVA as a guide for this. Unfortunately, I have not yet studied how to customize the project code for training on new datasets, so I am unable to provide more specific suggestions.

@Batman-97
Copy link
Author

@yjh0410 thank you fopr your response.
my second question was about custom dataset training!!

in ucf-24 dataset there are testlist01.txt and trainlist01.txt, finalAnnots.mat what is this exactly for??

thank you in advance

@Batman-97
Copy link
Author

@yjh0410 how to use pretrained yowo2 Model?? for transfer learning.

thank you

@Batman-97
Copy link
Author

Batman-97 commented May 26, 2023

@yjh0410 你好,
我想问你我已经创建了一个自定义数据集并在其上运行训练我是成功的,但是在运行评估时即使数据集太小也需要很多时间,为什么会这样??你有什么主意吗??

先感谢您。

eval ...
Metric: Frame mAP
[0 / 4]
calculating Frame mAP ...
D:\Shamanth\YOWO_test\YOWOv2\evaluator\groundtruths_dataset
D:\Shamanth\YOWO_test\YOWOv2\results\data_detections\yowo_v2_tiny\detections_1
AP: 0.00% (0)
AP: 0.00% (1)
mAP: 0.00%
Saving state, epoch: 1
D:\Shamanth\YOWO_test\YOWOv2\runs\exp_3\weights\yowo_v2_tiny_epoch_1.pth

平均精度为零

@zhengjiedna
Copy link

nnots.mat这

UCF数据集在 eval 的时候有问题 groundtruths 里面的文件找不到对应的 在testlist 中找不到对应的所以 ap 永远都是0

@Eurususu
Copy link

@yjh0410 thank you fopr your response. my second question was about custom dataset training!!

in ucf-24 dataset there are testlist01.txt and trainlist01.txt, finalAnnots.mat what is this exactly for??

thank you in advance

so have you figured out how to extract like finalAnnots.mat files?

@snehashis1997
Copy link

hi @Batman-97
if I want to do custom training. should I mark each and every human in a frame with some class label? in my case (suppose try to build a running action detection), in every frame, there are 5-10 people. but only 1-2 are running. should I annotate others too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants