Closed amiltonwong closed 6 years ago
Hi,
are you sure your paths are configured correctly?
Yes, I had modified config.json as the following:
"pre_dataset_dir":"/data/semantic3d_dataset/",
"pre_output_dir":"data/param/semantic3d/0p1/",
As my raw semantic3d_dataset is located at /data/semantic3d_dataset
and an example of each sequence path is as:
/data/semantic3d_dataset/bildstein_station1/
scan.labels
scan.txt
Is there any path or step I had missed?
THX!
"pre_dataset_dir":"/data/semantic3d_dataset/"
You have a / in the beginning of the path. Can you please try removing it?
Closing due to inactivity. Please feel free to re-open if necessary.
Hi, authors,
I run
python tc.py /data/code6/tangent_conv/experiments/semantic3d/dhnrgb/config.json --precompute
. However, only shows the following output==========================================================
(tf1.4_gpu) root@milton-ThinkCentre-M93p:/data/code6/tangent_conv# python tc.py /data/code6/tangent_conv/experiments/semantic3d/dhnrgb/config.json --precompute :: precompute (tf1.4_gpu) root@milton-ThinkCentre-M93p:/data/code6/tangent_conv#
==========================================================
nothing is generated in "data/param/semantic3d/0p1/"
Any suggestion to fix this issue?