张峥(zhangzheng)

Results 5 issues of 张峥(zhangzheng)

using Torch1.9 , A frequently error can be come out when fcos export to onnx. 模型拓展到onnx总会出现问题。 ```bash ArrayRef: invalid index Index = 15; Length = 15 ``` becase empty list,...

![image](https://user-images.githubusercontent.com/9405676/83098981-91f29700-a0de-11ea-8d4f-ed6cc73c57cf.jpg) 上图是识别结果,识别的时候会做左右上下区间的扩增调整。但是缺一位的问题依然存在

![b](https://user-images.githubusercontent.com/9405676/178963960-66fb1a2f-5dc3-4e56-8a3a-ba01fc363d1c.jpg) I find I miss some important information! where is removed area's labels?

I think we should change "http://bitbucket.org/eigen/eigen/get/3.3.4.zip" in 3rdparty/eigen3/CMakeLists.txt to "https://gitlab.com/libeigen/eigen/-/archive/3.3.4/eigen-3.3.4.zip" . Because, the first address respond "Repository eigen/eigen not found".

```python for i, filename in enumerate(filepaths): if i % bsz == 0 and i > 0: images_in_batch = torch.cat(images_in_batch, dim=0).to(device) with torch.no_grad(): image_features = feature_extractor( images_in_batch, caption, mode="image", normalized=True )[:,...