-
你好,感谢你开发了这个工具。在这里想提出一个小小的建议:)
能否打包这个库到PYPI,这样用户就可以用一条pip命令安装,无需下载git.
```shell
pip install webot
```
-
Hi guys, I'm trying to pack this lib in an Electron app for windows.
It works perfectly fine for Linux, but when I build de app on a windows env, it gives an error saying
"Can't open ...\node_mo…
-
Для упаковки текстур потребуется скрипт, задача которого позвать Compressonator и сжать в dds/ktx2
При этом скрипт будет ещё звать например libvps (быстро) или imagemagick (медленно), чтобы metal_map…
-
I thought we determined that this was not possible, but it's in Gary's list of future features.
-
Is it a good idea to keep the CRB mistake with ItemPreview and ImprovedSalvage being packed with inventory?
-
```
Backup pages storage takes a lot of memory. We should compress them.
The compression should be lossless of course. Compression should be fast
because it's used very often when you draw. Decompres…
-
```
Backup pages storage takes a lot of memory. We should compress them.
The compression should be lossless of course. Compression should be fast
because it's used very often when you draw. Decompres…
-
@amakaseev could you take a look at optimizing the polygon packing algorithn. It's really slow at the moment
-
Hi,
Thanks for your great work.
I try to train a wider face detection model. But I meet some errors as following:
![image](https://user-images.githubusercontent.com/20535427/68943587-901e5180-07e6-…
-
Hey @patrick-kidger,
I'm wondering how hard it would be to have einops-like notation for packed axes? For example,
```python
Float[Array, "B C (H W)"]
```
would indicate that the last axis …