From d782d350de10e7d2cd9df665260e419b4b27327c Mon Sep 17 00:00:00 2001 From: Qinqing Liu Date: Tue, 17 Nov 2020 14:28:10 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a7aeeb..52f7bec 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ cd ../../ ### Octree Generation Example (Optional) Provide one example data 1A1E from refined-set. -Following steps can generate the points and build the OctSurf. (Default density for points is 6, and depth for OctSurf is 10.) +Following steps can generate the points and build the OctSurf. (Default density for points is 6, and depth for OctSurf is 10. Can be specified in octree_for_single.sh file) We also provide python tool to parse the generated OctSurf, and visualize it by generating vtk files that can visualize in Paraview. ```angular2 cd pdbbind/data_example/pdbbind @@ -65,7 +65,7 @@ cd ../ ``` ### CNN Modeling #### prepare the data for modeling -First it will generate the points file for each complex in general, refined, core set. (The density of points can be specificed, low resolution OctSurf can use low density points to accelerate the process, here for depth=6 model, we use density 3. Can be specified in .sh file) +First it will generate the points file for each complex in general, refined, core set. (The density of points can be specificed in data_prepare_points.sh, low resolution OctSurf can use low density points to accelerate the process, here for depth=6 model, we use density 3.) Then the points and labels will be transformed into tfrecords file. ```angular2 bash data_prepare_model.sh