Hi Team,
I am using Jeston AGX Orin 64GB developer kit.
I have build the cmake and make file. I am facing issue for farthest sample point the error is as mentioned below.
File “train.py”, line 576, in
train()
File “train.py”, line 449, in train
pred, end_points = model.get_model(
File “/home/Documents/test/model.py”, line 36, in get_model
l1_xyz, l1_points, l1_indices = model_sa_module(
File “/home/Documents/test/util/model_util.py”, line 96, in model_sa_module
new_xyz, new_points, idx, grouped_xyz = sample_and_group(npoint, radius, nsample, xyz, points, use_xyz)
File “/home/Documents/test/util/model_util.py”, line 32, in sample_and_group
xyz, farthest_point_sample(npoint, xyz)
File “/home/Documents/test/tf_ops/tf_sampling.py”, line 71, in farthest_point_sample
return sampling_module.farthest_point_sample(inp, npoint)
AttributeError: module ‘5fa89fc3154996733eabb433e18fa62f’ has no attribute ‘farthest_point_sample’
Could you please let me know how to resolve it.