tatarchm / tangent_conv

Tangent Convolutions for Dense Prediction in 3D
121 stars 26 forks source link

strange output during executing --precompute #10

Closed amiltonwong closed 5 years ago

amiltonwong commented 6 years ago

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?

tatarchm commented 6 years ago

Hi,

are you sure your paths are configured correctly?

amiltonwong commented 6 years ago

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!

tatarchm commented 6 years ago

"pre_dataset_dir":"/data/semantic3d_dataset/"

You have a / in the beginning of the path. Can you please try removing it?

tatarchm commented 5 years ago

Closing due to inactivity. Please feel free to re-open if necessary.