Howe

Results 10 issues of Howe

How much time it takes to train an epoch when using one v100? Why did I train an epoch with one 2080TI for a day(around 24 hours) ? Is there...

In "Acknowledgement This repo is developed based on [TFA](https://github.com/Megvii-BaseDetection/cvpods) and [Detectron2](https://github.com/facebookresearch/detectron2)." Why TFA links point to cvpods?The TFA is the TFA model(Frustratingly Simple Few-Shot Object Detection) or cvpods?

你好,loss_contrast与loss_contrast_mem两个版本中的PixelContrastLoss有哪些区别?是不是loss_contrast版本是采样了所有像素?还是随机采样的一个mini-batch的部分像素?

你好,请问你是如何做的热力图可视化?能指导一下吗

你好,cam如何对孪生网络的语义分割网络使用呢?backbone被使用了两次,那么指定某个层的输出没法确定了,而且cam那个输入只能是一个

你好,请问有IOU指标和OA(accuracy)指标的结果吗,OA指标为:OA = (TP+TN) / (TP+TN+FN+FP)

你好,整个训练流程是端到端的吗?还是分开训练的?

![image](https://user-images.githubusercontent.com/35068131/220046926-962c2cc7-63fe-4323-8609-47dd49d5284d.png) ![image](https://user-images.githubusercontent.com/35068131/220047027-f4481717-9ffa-4fce-ad3a-f737bfd3a31a.png)

你好,我这边运行seeta_test.py报错: root@dsw-443566-b7fff844b-5ltjq:/mnt/workspace/seetaface6ToPy# python seeta_test.py Traceback (most recent call last): File "/mnt/workspace/seetaface6ToPy/seeta_test.py", line 19, in from seetaface.faceapi import * File "/mnt/workspace/seetaface6ToPy/seetaface/faceapi.py", line 44, in dll = CDLL(os.path.join(LIB_PATH, "libSeetaFaceAPI.so")) File "/usr/local/lib/python3.10/ctypes/__init__.py", line...

********************************************* 温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度 ********************************************* ## 环境 - 【FastDeploy版本】: fastdeploy:1.0.7-cpu-only-21.10 - 【系统平台】: Linux x64(Ubuntu 22.04) - 【硬件】: VM虚拟机中 - 【编译语言】: C++ / Python3.9 ## 问题日志及出现问题的操作流程 - 附上详细的问题日志有助于快速定位分析 - 【模型跑不通】 - - 先执行`examples`下的部署示例,包括使用examples提供的模型,确认是否可以正确执行...