Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1759 |
Technical Name |
imageset-cvat |
License | OPL-1 |
Website | https://wws2003.github.io/odoocvat-public/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1759 |
Technical Name |
imageset-cvat |
License | OPL-1 |
Website | https://wws2003.github.io/odoocvat-public/ |
CVAT Data Management Module for Odoo - User Guide
This Odoo module improves the CVAT (Computer Vision Annotation Tool) workflow by enabling local data management and integrating seamlessly with CVAT's cloud services. It addresses limitations such as the lack of search features, data organization, and local data tracking. Compatible with Odoo 16 and later, the module requires installation.
System Requirements
- Odoo 16 or later
- Python packages:
- cvat-sdk==2.21.0
- aiofiles==24.1.0
1. Local dataset Management
- Manage local datasets (single-level image folders)
- Automatic file counting and verification
- Dataset integrity checking
2. CVAT Server Integration
- Add and manage multiple CVAT server connections
- Store and secure CVAT credentials
- Test connection functionality
- Checkout (import) CVAT projects
3. CVAT Project Synchronization
- Synchronize project information
- Checkout (import) CVAT tasks
- Submit local dataset for task
- Manage project metadata
4. CVAT Task Integration
- Monitor task status
- Synchronize task information and images
- Track annotation progress
5. CVAT Task Image Tracing
- List and search CVAT task images
- Find corresponding location in local machine
1. Authorization information
To configure volume mapping, Adminstration role is necessary. However, all other operations can be carried out by users assigned to the Odat user group. For a quick start, you can use the pre-defined user account: odat-user@example.com with the password "odatuser$123".

2. Setting Up Volume Mapping (for the case working on Docker Container)

3. Managing Local Dataset
3.1 Create new dataset

3.2 View and edit existing dataset

4. Setting Up CVAT Server
4.1 Create new CVAT Server with credential information

4.2 View and test connection

4.3 Checkout project(s)

5. Manage CVAT project
5.1 List checked out CVAT projects

5.2 Synchronize information from CVAT

5.3 Checkout one CVAT task

5.4 Checkout all CVAT tasks

5.5 Submit new task to CVAT

6. Manage CVAT Tasks
6.1 List submitted/checked out CVAT tasks

6.2 Synchronize CVAT task

7. Browsing CVAT image
7.1 List synchronized CVAT images

7.2 Show details of CVAT image

8. Managing Scheduled Actions
8.1 List scheduled actions

8.2 Show/edit details of scheduled action

Common Issues
- Path mapping errors in Docker environment
- Connection timeout with CVAT server
- File permission issues
Solutions
- Verify Docker volume mappings
- Check CVAT server status and credentials
- Ensure proper file permissions
- Review synchronization logs
Best Practices
- Regularly backup local data
- Maintain consistent folder structure
- Use meaningful names for datasets
- Keep CVAT credentials secure
Changlogs
- Version 1.0.1: Initial distribution with basic functions
Contact
- For technical support or further assistance, please contact system administrator odoocvat2025[at]gmail.com. Or create an issue at https://github.com/wws2003/odoocvat-public/issues
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module