dnns92

Results 10 comments of dnns92

Dear Contributors, I just want to emphazise the necessity of this feature. Following new EU regulations, hosts must ensure that hosted images do not endorse violence. This might be the...

> > > Ensure that a cml_runner cannot be picked by a GitHub-Action when the Machine is already running at e.g. 90% GPU-Load > > > > > > It's...

You said you installed python2? This repo is based on python3. Maybe your syntax error is related to some string function that changed from py2 to py3. Dont bother with...

I only have the python bindungs installed. I think I can provide you the corresponding info like this: exanples/weird.stuff.cpp ``` c++ bool including_namespace_identifier_and_primitive_type(int x, int y) { if(std::strcmp(typeid(unsigned int).name(), something_else)))...

I upgraded CVAT 2.1.0 to CVAT 2.2.0 and did not change any cvat_files related data. The job (like all other I tested, do not belong to any organization) ![image](https://user-images.githubusercontent.com/39763670/204557591-1894aaf4-4987-478d-8d3e-ffda6ce20b5a.png)

I was not able to reproduce the results running into the errors ``` 2023-02-16 18:10:37,588-INFO: Now translating model from onnx to paddle. 2023-02-16 18:10:37,588-WARNING: __init__() missing 2 required positional arguments:...

@ZBDat quick question is the `max-wh` argument the maximum of input width and height? It appears like it, but I nowhere see it described.

Thank you for the reply. So far, I do not think a commonly used dataset/SDK that supports it. I guess its a hen-egg problem. Its a very generic standard, that...

I'm getting the same error. This is probably a scrollback due to the earler warning `You are using a model of type mert_model to instantiate a model of type hubert....