DLTA-AI
DLTA-AI copied to clipboard
Data Labeling, Tracking and Annotation with AI
使用的是windows 11的系统。发现一直报这个错。后面的解决方案如下,给后人一个参考 1. 删除所有的pyqt6, pip uninstall pyqt6[all] 2. requirement里面把PyQt6==6.6.0 改为PyQt6>=6.6.0 3.执行pip install pyqt6[all] Requirement already satisfied: PyQt6-Qt6>=6.6.0 in d:\anaconda3\envs\dlta-ai\lib\site-packages (from pyqt6[all]) (6.6.1) Installing collected packages: pyqt6 Successfully installed pyqt6-6.6.1 发现它最终安装的是...
following our new generalized model approach (#64) , we need to instantiate an object for huggingface transformer models for computer vision tasks
we have many `.gitignore` files, we want to merge them into single file in the main directory of the repo
can u assign to me? i will add codeofconduct and contribting.md file
following the new generalized model (#64) we have to improve the Model Explorer capabilities. # TODO
Many funtionalities Many functionalities in DLTA-AI still use nested loops, such an implementation is not efficient and may cause bottlenecks. We need to investigate many of these functionalities and optimize...
After upgrading to `pytorch 2.x` #64. Explore [this blog post](https://pytorch.org/blog/accelerating-generative-ai/) and try implementing some of its techniques , you can refer to [this repo](https://github.com/pytorch-labs/segment-anything-fast) too
As in `Version 1.1`, DLTA-AI only supports instance segmentation models. we need to extend this to support object detection models in the whole pipeline: - Adding the models in model...
when using a windows device with small screen (zoom 125%) dialogs are opened shifted to top left like the following image:  Expected behavior: to render correctly in the middle:...