DLTA-AI icon indicating copy to clipboard operation
DLTA-AI copied to clipboard

Data Labeling, Tracking and Annotation with AI

Results 28 DLTA-AI issues
Sort by recently updated
recently updated
newest added

使用的是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

Medium

we have many `.gitignore` files, we want to merge them into single file in the main directory of the repo

Easy

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

Medium

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...

Hard

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

Feature
SAM
Hard

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...

Feature
Medium

when using a windows device with small screen (zoom 125%) dialogs are opened shifted to top left like the following image: ![image](https://github.com/0ssamaak0/DLTA-AI/assets/53372259/4f4cefd7-19df-4a87-8dbd-d058fb0d5a4a) Expected behavior: to render correctly in the middle:...

bug
Easy