Paul Anton Letnes
Paul Anton Letnes
What kind of server? You could run windows server with remote desktop and have each person run labelImg on their respective desktops, as an example. You could also network mount...
This is not the correct solution to the issue. Instead, you can [run the compilation step](https://github.com/tzutalin/labelImg#ubuntu-linux) to *generate* the `resources.py` file using `Qt`'s resource compiler: ```bash make qt5py3 ``` Resource...
I believe this issue can be closed now @tzutalin?
I expect that this is caused by very small numeric values in the gtiff, i.e. not using the full 16 bit range. Did you examine the details of the conversion...
I would personally consider one of the following: - sshfs/NFS/... mount the remote directory on my laptop, then run labelImg on the laptop but store all data on the network...
Supported, this struck me, too. We use README.md as a format for documentation, but would much, much prefer to use notebooks as they are much richer and easier to create...
I think I've encountered the same issue. I notice that if I leave out my password and try using the token based auth, I get this VS Code error message:...
The environment is a `conda` environment on Windows 10, with a recent miniconda3 installer.
The `-V` flag is at least as common.
You probably have to replace aws with `winpty aws`. This is a classic issue with windows handling of tty. Git bash is not compatible with regular windows applications.