pcc_geo_cnn icon indicating copy to clipboard operation
pcc_geo_cnn copied to clipboard

Learning Convolutional Transforms for Point Cloud Geometry Compression

Results 12 pcc_geo_cnn issues
Sort by recently updated
recently updated
newest added

Bugs_log: InvalidArgumentError (see above for traceback): Conv3DBackpropInputOpV2 only supports NDHWC on the CPU. [[node synthesis/layer_0/conv3d_transpose/conv3d_transpose (defined at /home/chenghao/pcc_geo_cnn/src/compression_model.py:70) ]] ------------------------------------------------------------------------------------------------------- Hi, I follow the steps on the README to prepare...

Hi, Mr.Quach, This should be my last questions, regarding these bolded files: ./evaluate_compression -i ~/data/datasets/**msft** -o ~/data/datasets/cwi-pcl-codec/msft_9 -q 1 -b 9 -g 1 --intra_frame_quality_csv ~/data/datasets/cwi-pcl-codec/**msft_9_intra.csv** --predictive_quality_csv ~/data/datasets/cwi-pcl-codec/**msft9_pred.csv** In your example...

Hi Mr.Quach, sorry to bother you again. :) For the following command in Fusing MPEG results: _./evaluate_compression -i ~/data/datasets/msft -o ~/data/datasets/cwi-pcl-codec/msft_9 -q 1 -b 9 -g 1 --intra_frame_quality_csv ~/data/datasets/cwi-pcl-codec/msft_9_intra.csv --predictive_quality_csv...

Dear Mr. Quach, I made some changes to synthesis_transform and analyesis_transform in compression_model.py and retrained the model. But when I run the compress.py using the newly retrained model, the following...

Dear Mr. Quach, after running eval.py, with original, compressed and decompressed datasets, i get the error: KeyError: "['csv_file'] not in index" Then I manually added 'csv_file' column to the generated...

Hello Mr. Quach, first of all, thanks for your last help. I am running the eval.py, and got this error: Traceback (most recent call last): File "eval.py", line 16, in...

Hello Maurice, i'm a newbie to deep learning. I studied your paper and am trying to improve on it as a small project. If possible, i would appreciate it to...

Hello, in this website you said you used tf 1.13, but in the paper you said 1.12. So, can you give me a precise version that you used for both...

I've downloaded the ModelNet40 and extracted it on ../data/ModelNet40. After executing `./mesh_to_pc.py ../data/ModelNet40 ../data/ModelNet40_pc_64 --vg_size 64 ` , I got the error: ```python File "/opt/conda/Anaconda3/lib/python3.7/multiprocessing/pool.py", line 121, in worker result...

Dear author Here are my hardware specs: GPU: GeForce GTX 1080 Ti 16GB RAM: 32GB Here are my software specs: Python 3.6.8 TensorFlow-GPU 1.13.1 Cuda 10.0 cudnn 7.6 NIVDIA Drivers...