TypeError: __init__() got an unexpected keyword argument 'times' #11936
Unanswered
ArpanGyawali
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on LVO detection (A single class detection where dataset have both positive(with 1 to 2 boxes) and negative(without any boxes) sample images. I am using faster rcnn model.
My config is comething like this:
But while running train script or even browse_aug script, I am facing this error:
!python tools/train.py {config}
I have checked the previous similar issue but i havent used dataset type as RepeatedDataset and i have not used any times argument in dataloader. I couldnt solve the problem.
My env:
Please help me and if i need to provide more information that i will do that.
Thanks on advance
Beta Was this translation helpful? Give feedback.
All reactions