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

when I try to train my own dataset,something wrong happens #14

Open
ysmhyl opened this issue Dec 30, 2020 · 2 comments
Open

when I try to train my own dataset,something wrong happens #14

ysmhyl opened this issue Dec 30, 2020 · 2 comments

Comments

@ysmhyl
Copy link

ysmhyl commented Dec 30, 2020

when I train my datasets,it always reports errors like:
ValueError: Image path /STEP/datasets/ava/frames/D01/00922/ not Found
because my datasets' each video only has 20 clips,which from 00902 to 00921,and fps equals 8.
I guess this error may be caught by the code:
if self.input_type == "rgb": images = read_images(self.imgpath_rgb, videoname, fid, num=TEM_REDUCE*self.T*self.chunks, fps=self.fps)
I want to know what is the meaning of "num=TEM_REDUCEself.Tself.chunks", is "num" related to "fps"?do you have some suggestions for my training?Thanks!

@xyang35
Copy link
Contributor

xyang35 commented Jan 15, 2021

"num" refers to the number of frames you loaded as input of the model.

@gqsmile
Copy link

gqsmile commented Nov 28, 2021

Did you found the cause of this problem?

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

3 participants