cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.32k stars 2.97k forks source link

How do you kill a popular, open-source project in two steps ? #4758

Closed ragmondo closed 2 years ago

ragmondo commented 2 years ago

This question is not trying to be flippant, but somewhere between v1.x and 2.1 a change went in that breaks cvat when used on a network.

That change has now (well a few weeks ago) propagated to the public system (cvat.org)

The maintainers of cvat.org are not responding to any user queries. There is no path for escalation. See all the individuals below who have tried to get this resolved.

PLEASE fix the cross server origin issue when deploying to a network

Request URL: http://xxxxxxx.us-east-1.elb.amazonaws.com/api/auth/login?org= Request Method: POST Status Code: 405 Not Allowed Remote Address: 3.210.238.184:80 Referrer Policy: strict-origin-when-cross-origin

see:

CVAT is down Cvat.org Due to cvat server down, how can I access and get my latest data from server? Cannot login to CVAT Not been able to login into the CVAT Cvat server is down Cannot login or create a new account on CVAT Cannot access CVAT online server CVAT online tool Cvat annotation tool CVAT Down For Days CVAT annotation tool Could not login CVAT.org CVAT online tool not available CVAT server stability CVAT server is not working CVAT.org Stability Issues CVAT server is not working

GitHub Could not login CVAT.org

ragmondo commented 2 years ago

From cvat.org - the same error

image

nmanovic commented 2 years ago

@ragmondo , cvat.org is down by another reason. It is not fix the cross server origin issue. CVAT.org was not updated for 3 months already. I understand your indignation. The core team cannot fix any problems right now due to Intel Suspends Operations in Russia.

P.S. I believe already next week the community will see some changes. Please be patient.

ragmondo commented 2 years ago

Ok - I apologise that I confused the two issues and I am deeply sorry to hear that world issues are affecting this project. I hope that you manage to get things back on the rails soon. On the plus side, I've written a convertor for CVAT Image format to Apple's CreateML format. I can't raise a pull request just yet as the code runs independently on an exported unzipped file, but if I can figure out how to integrate it then I will.

nmanovic commented 2 years ago

@ragmondo , you can see how other dataset formats are implemented in CVAT. Basically we add support of a format into https://github.com/openvinotoolkit/datumaro and after that it is more or less trivial to add such support into CVAT.

bsekachev commented 2 years ago

Hi, @ragmondo

There is current fork we are working on and support as non-Intel collaborators. Soon alternative of cvat.org will be available for the community.

bsekachev commented 2 years ago

@ragmondo

Online tool: https://app.cvat.ai/ Work is being done also to restore access to cvat.org, but dedline is unclear because it out of our management now.

ragmondo commented 2 years ago

https://app.cvat.ai/

Much appreciated. I am giving it a test run now but I am very much appreciate of your efforts in this matter. I have another query which is basically my inability to self-host an installation as I get the CORS error (which I mistakenly conflated with the cvat.org unavailability issue) but I'll keep researching.