You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My text file is gt.txt where the rows are like this 00000.ppm;774;411;815;446;11
When I run this command
train_rpn.py' --network resnet50 -o simple -p D:\project\rpntrainann\gt.txt
It creates the model but then I get this error:
Traceback (most recent call last):
File "train_rpn.py", line 243, in
steps_per_epoch=10, validation_steps=100)
AttributeError: 'str' object has no attribute 'shape'
I tried different solutions but I am unable to resolve
The text was updated successfully, but these errors were encountered:
My text file is gt.txt where the rows are like this 00000.ppm;774;411;815;446;11
When I run this command
train_rpn.py' --network resnet50 -o simple -p D:\project\rpntrainann\gt.txt
It creates the model but then I get this error:
Traceback (most recent call last):
File "train_rpn.py", line 243, in
steps_per_epoch=10, validation_steps=100)
AttributeError: 'str' object has no attribute 'shape'
I tried different solutions but I am unable to resolve
The text was updated successfully, but these errors were encountered: