-
Notifications
You must be signed in to change notification settings - Fork 84
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 when run grap_det.py #22
Comments
I met the same problem and had no solution.Have you solved the question? I would like to get some help!!! |
@dingshenglan @lx-onism You can use them by giving them as arguments,check issue #5,for example: |
I cannot download the pre-training weights now, can you share a copy with me. thank you very much. lvlvlup@163.com |
that's caused by the "/8" operation, I just defined a fixed maxvalue and skipepd the problem |
ValueError: Tensor conversion requested dtype int32 for Tensor with dtype float64: 'Tensor("truediv:0", shape=(), dtype=float64, device=/device:CPU:0)' |
Has the problem been solved? |
Has the problem been solved? |
Has the problem been solved? |
What is your maximum value? |
老哥,这个项目你跑通了吗,能加个qq交流下吗?644966953 |
when I run grasp_det.py, I met this error as follow:
ValueError: Tensor conversion requested dtype int32 for Tensor with dtype float64: 'Tensor("truediv:0", shape=(), dtype=float64, device=/device:CPU:0)'
How can I solve this error?????
I had used "build_cgd_dataset.py" to get tfrecords.
I has made small changes in "grasp_det.py" as follow:
TRAIN_FILE = r'F:\RGB-D_grasp_datasets\data01\01\train-cgd'
VALIDATE_FILE = r'F:\RGB-D_grasp_datasets\data01\01\validation-cgd'
parser.add_argument(
'--data_dir',
type=str,
default=r'F:\RGB-D_grasp_datasets\data01\01',
help='Directory with training data.'
)
parser.add_argument(
'--log_dir',
type=str,
default=r'F:\robot-grasp-detection-master',
help='Tensorboard log_dir.'
parser.add_argument(
'--model_path',
type=str,
default=r'F:\robot-grasp-detection-master\models\grasp\m4.ckpt',
help='Variables for the model.'
)
The text was updated successfully, but these errors were encountered: