Mugen-chen

Results 7 comments of Mugen-chen

Hello, do you know which part of the code M_t corresponds to?

请问你的问题已经解决了吗?

可以一起讨论,我的邮箱:[email protected]

I have the same question. Do you find where the gradcam++ is used?

I have the same problem. Have you solved it?

> 您是否发现它为什么会 +1?我有一个包含 1 个类的数据集,但当我将 cum_classes 设置为 1 时它不起作用。只有当我将其设置为 2 时它才有效 Did you figure it out? I met the same problem. I have a dataset that has 6 classes but...

__init__.py文件里,你写的是一个 纯 Gradio 应用,并没有用到 FastAPI 或 Uvicorn 的原生功能,但现在却是用 uvicorn 启动的,Gradio 并没有挂载到路由 /,直接运行run.py会404