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
yes, and you have to revise all three sh files to your own python path and cuda path
i strongly encourage you to use tensorflow-gpu 1.8+python3.6 which can save a lot of trouble
@AllenPu 你好,你使用py3.6复现成功了吗?我使用py3.6的时候在train/provider.py中import cPickle as pickle的时候,显示py3不支持cPickle,于是我换成pickle但是在加载数据的时候出现了错误Traceback (most recent call last): File "train/train.py", line 68, in <module> rotate_to_center=True, random_flip=True, random_shift=True, one_hot=True) File "/home/cy/F-PointNet/frustum-pointnets-master/train/provider.py", line 142, in __init__ self.box2d_list = pickle.load(fp) UnicodeDecodeError: 'ascii' codec can't decode byte 0xb1 in position 2: ordinal not in range(128) ,请问你是怎么解决的?
@AllenPu 你好,你使用py3.6复现成功了吗?我使用py3.6的时候在train/provider.py中import cPickle as pickle的时候,显示py3不支持cPickle,于是我换成pickle但是在加载数据的时候出现了错误Traceback (most recent call last): File "train/train.py", line 68, in <module> rotate_to_center=True, random_flip=True, random_shift=True, one_hot=True) File "/home/cy/F-PointNet/frustum-pointnets-master/train/provider.py", line 142, in __init__ self.box2d_list = pickle.load(fp) UnicodeDecodeError: 'ascii' codec can't decode byte 0xb1 in position 2: ordinal not in range(128) ,请问你是怎么解决的?
tf_xxx_compile.sh specifies /usr/local/lib/python2.7.
I am afraid that there remains more modify
The text was updated successfully, but these errors were encountered: