Daniel Ketterer

Results 9 comments of Daniel Ketterer

I don't think this is "invalid" but very much a concerning issue. Intel has [suspended operations in Russia](https://www.intel.com/content/www/us/en/newsroom/news/russia-business-statement.html). Maintainers and developers have mostly [stopped contributing](https://github.com/openvinotoolkit/cvat/graphs/contributors?from=2022-02-01&to=2022-05-30&type=c). I do not expect concrete...

@Equanox I think client and server are at a point where you can take another look. What is working: * ls * ls-remote * push * pull * keeping a...

Known issue: Directory sync has some bugs, I tried to use the hash of the dir name but somehow server and client calculcate different hashes. Dirs are always resynced with...

In the process of removing the shared `Store` interface it would also be good to remove and avoid the package name `store` and use more specific names like `localartifactstore` or...

try this: https://github.com/hellochick/PSPNet-tensorflow/issues/14#issuecomment-359379662

Had the same problem. My groundtruth labels had colors per class. Changed this to Grayscale: (0, 0, 0) for background and (1, 1, 1) for class 1 etc. I also...

I think we should try to mimic the make behavior "PHONY" tasks of rebuilding as often as possible. For tasks that can not be cached I suggest we add that...

I have some comments that we already discussed: **About case 3/4/5:** Just to be explicit about it: They should not return errors if the `rebuild: always` flag is set. **Regard...

Hi @TECHNOFAB11 thank you for your suggestion! That mix of tools sounds very interesting. Can you give us a little bit more details about your use case or an example...