-
如将isat标签转换为coco标签时,第一次选择目录后生成json文件没有问题,但是后续选择其它目录生成的json文件包含之前的结果,怀疑是之前的结果没有清除。在load_from_isat函数下添加self.annos.clear()可以避免这个问题。
-
When resulting object is `arx`:
```r
[,1] [,2] [,3] [,4] [,5] [,6] [,7]
[1,] 1 1 4.599550 5.296892 0 0 0
[2,] 1 2 4.602866 5.292195 1 0 0
[3,] 1 …
-
From a comment by @Elpablito:
> Hi bdurbrow
> At first congratulation for the fantastic job you have done, I am following you on github since last year when I start to think to make CNC.
Stop t…
-
Thanks for your annation tool, it helps me a lot. New feature request to make it better:
1.When modified IMG annotations, could you add multiple point rectangle select. It is very annoying to pick on…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
…
-
作者您好,我试用了ISAT,很赞,但是没有找到bounding box 的标注prompt,请问近期有无对它的更新计划?
我们有一批数据集,只有box的label,希望能用您这个工具实现分割。
-
我确保硬件能满足软件运行需求,因爆内存,发现两个问题。
问题1:COM模块发生内存溢出,即使退出程序也不会回收内存,需要重启主机。
问题2:渲染计算是非惰性的,也不随着图片的切换而停止计算旧图并回收资源,因为顶点已经持久化了就没必要保持在内存中且一直计算,语义分割十来张图就本机器超出计算能力导致cpu满载
因不从事逆向工程,故所需的热力图与内存分析无法提供,仅作为异常汇报,如下图。
![S…
-
大佬您好!
我试用了ISAT,前几天没有问题一切都很完美。
但是突然数据转换不能用了。
我操作了数据转换后提示是下面这样
![image](https://github.com/yatengLG/ISAT_with_segment_anything/assets/69880386/dc02a18e-11a4-490b-bd88-fa9132a1d95c)
然后只输出了一个空的classf…
-
I'm referencing the example from the docs;
```
The value of R is slowly ramped up or down until it matches the input value Y.
TICKRATE = IF(R!=Y, 1, 4)
T = CLOCK() % 2
R = IF(RY AND T.RE, R-1, …
-
原版代码,直接运行main.py,打开图片文件夹后报错如下:
(py311) D:\ISAT>python main.py
Traceback (most recent call last):
File "D:\ISAT\ISAT\widgets\mainwindow.py", line 453, in open_dir
self.seganythread.wait()
…