Jianjie(JJ) Luo
Jianjie(JJ) Luo
Hi @dorodnic, A CSV that records the `x, y, z` of each point in the 3D coordinate in the same unit is OK. Here are some contents formats I suggest....
@dorodnic Thank you so much! I used matlab to read the PLY format file. It's so cool !  Enlarge the red region and I can see my face! ...
What's more, I consider **the example 2** above is preferred. Because with corresponding (i, j) information at the same time, we can easily select regions that we are interested in...
@vogelbam hi, thanks for your reply. However, I find that the `date_min` argument was removed in the [docs](https://github.com/hellock/icrawler/blob/38c925758fd3d3e568d3ecc993f77bc0acfa4788/docs/release_notes.rst#060-2018-03-17) after #38 issue. What's worse, search image by date doesn't work any...
@iHTCboy ,好的,其实在理论上只需要在id上面再做一点trick比如说添加一个`? : `语句来判断一次`window.location.pathname.length` 是否小于50,只把过长的id用time来表示,应该可以做到向前兼容。 eg. `id: (window.location.pathname.length < 50) ? window.location.pathname : "{{ page.date }}"` 缺点应该就是id的标准会不统一但是理论上还是可以保持唯一性。鄙人使用 python 的 Jinja2 模板,以上的代码亲测可用。
Maybe it needs `cmake` to set the correct path for a specific system, or some way else.
1. hover 接口支持 我来负责。
Hi, @mgsweet 不是很同意,你很难确定底层是哪个面,因为立方体本身是可以旋转的。所以如果要做的话只能在外面包一层透明的,但是这样子也会影响到拾取。 对于这个问题: > 将所有方块都删除了的话,就执行不了添加的功能了(因为pick不到任何面) 我能想到的临时曲线救国的方法是提供一个 full 的按钮,点击一下可以就可以重新填满恢复成初始状态。以此让用户重新开始创作。 #14 至于在现有pick算法基础上看能不能这样做需要 @Ace-0 的意见。