charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.57k stars 538 forks source link

Placeholder issue #115

Open hadarsh7798 opened 3 years ago

hadarsh7798 commented 3 years ago

Hi, I am trying to run this on colab. But I'm getting the following error: EPOCH 000 2020-10-01 02:31:34.986664 Traceback (most recent call last): File "train.py", line 377, in train() File "train.py", line 202, in train train_one_epoch(sess, ops, train_writer) File "train.py", line 257, in train_one_epoch feed_dict=feed_dict) File "/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 956, in run run_metadata_ptr) File "/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 1156, in _run (np_val.shape, subfeed_t.name, str(subfeed_t.get_shape()))) ValueError: Cannot feed value of shape (32, 2048, 3) for Tensor 'Placeholder:0', which has shape '(32, 2048, 4)'

Can anyone suggest me any way? Thanks in advance