zhangshengsen

Results 10 issues of zhangshengsen

我这边需要使用PP-Shitu的C++部署,但是其中使用到了Faiss库,不过Paddle没有提供Faiss的编译版本。 是否可以提供一下Faiss的Windows和Linux的C++版本,这样部署起来简单很多

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有类似需求。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar feature requests. ### 需求描述 Feature Description 1. yoloe这种anchor free的方式,针对长宽比很大(比如1:100)的目标检测效果很差。但是工业场景存在大量的长宽比很大的目标。 2. 具体差的原因个人感觉有两个 - 标签分配策略的问题 -...

First of all, is it considered to replace the backbone with UNET + + or others ? Secondly, for the registration of two-dimensional graphics, I make the following changes to...

您好,是否有考虑针对DINO和DINOV2的支持呢?

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有类似需求。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar feature requests. ### 需求描述 Feature Description 1. 任务目标(请描述你正在做的项目是什么,如模型、论文、项目是什么?); 我这边的场景除了检测外,还需要进行分类,是否可以考虑采用Mult-Task的方案,在输出检测结果的同时,也输出分割的结果? 2. 需求场景(请描述你的项目中为什么需要用此功能); 需要被检测物体的精确Mask信息 3. 功能描述(请简单描述或设计这个功能)...

The method uses the features of stage2 of Resnet50 as the result of feature extraction. It's very strange here, why choose stage2, or why not choose one output per stage...

Regarding the generalization issue of the change detection model, I have read some articles but none of them mentioned it. I don’t know if you know anything here. For example,...

1. 目前的loss计算方法如下 f_loss = 0.5 * (ft_norm - fs_norm)**2 ave_loss = f_loss.sum() / (h*w) t_loss += ave_loss 2. 我感觉这样做有些不合理,只是统计意义的最小,但是针对一些局部细节,并不一定能够做到很好。是否要考虑max value的限制呢

什么时候可以支持wanx

The plan to merge DPO?