Closed amiltonwong closed 2 years ago
Hi, the trained model is not being used for direct decompression. You can read it directly with the code provided by setting the configuration file to 'Test_config'. And it depends on the Boost libraries Serialization and IO Streams (compiled with the GZIP dependency). For more information please refer to the CGAL classification package.
OK, got it. Is it a trained model using tensorflow package?
No, just CGAL classification package.
Thanks
Hi, authors,
After I downloaded the provided trained model in gz file, and execute the command
tar zxvf trained_model.gz
, I got the following error:Is that something wrong with the trained_model.gz file? Would you provide a corrected one? (and saved in zip format is better)
Thanks