LF-DevJourney

Results 5 issues of LF-DevJourney

I run command`./trimesh_clustering ./Zeus.obj.ply out.ply`, but I get this, > Input mesh vn:152059 fn:304114 > Clustering to 95472 cells > Grid of 51 x 26 x 72 cells > with...

I use recommender to recommend songs. When I use the default recommender, it works well. `model = turicreate.recommender.create(training_data, 'user_id', 'song_id', target='rank')` But when I changed it to item_similarity_recommender I get...

bug
recommender
toolkits

I run it on ubuntu server, and get `meshlabserver: cannot connect to X server`. How to run the meshlabserver without X server.

``` git clone https://github.com/yonyoucloud/install_k8s.git Cloning into 'install_k8s'... remote: Enumerating objects: 1269, done. remote: Counting objects: 100% (345/345), done. remote: Compressing objects: 100% (190/190), done. remote: Total 1269 (delta 161), reused...

项目中使用的file_put_contents来写配置文件,这时候正常的request处理,会读取配置文件,感觉这里是有问题的。我之前项目中一边读一边写文件,就出现读取问题的。