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

Error while testing. #63

Open
astha0899 opened this issue Jul 11, 2019 · 0 comments
Open

Error while testing. #63

astha0899 opened this issue Jul 11, 2019 · 0 comments

Comments

@astha0899
Copy link

astha0899 commented Jul 11, 2019

While running the following code:
python spatial_cnn.py --resume /home/cvlab/ --evaluate
I receive the error:
Namespace(batch_size=25, epochs=500, evaluate=True, lr=0.0005, resume='/home/cvlab/', start_epoch=0)
==> (Training video, Validation video):( 9537 3783 )
==> sampling testing frames
==> Training data : 9537 frames
Traceback (most recent call last):
File "spatial_cnn.py", line 265, in
main()
File "spatial_cnn.py", line 48, in main
train_loader, test_loader, test_video = data_loader.run()
File "/home/cvlab/dataloader/spatial_dataloader.py", line 98, in run
train_loader = self.train()
File "/home/cvlab/dataloader/spatial_dataloader.py", line 131, in train
print (training_set[1][0]['img1'].size())
File "/home/cvlab/dataloader/spatial_dataloader.py", line 38, in getitem
video_name, nb_clips = list(self).split(' ')
File "/home/cvlab/dataloader/spatial_dataloader.py", line 38, in getitem
video_name, nb_clips = list(self).split(' ')
File "/home/cvlab/dataloader/spatial_dataloader.py", line 38, in getitem
video_name, nb_clips = list(self).split(' ')
[Previous line repeated 245 more times]
RecursionError: maximum recursion depth exceeded while calling a Python object
I request you to help me with this issue.

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

1 participant