Chris

Results 5 issues of Chris

在我训练完模型之后,尝试预测bbox,可是在预测bbox时候,也就是运行`predict.py`文件加载训练好的模型`best.pth`,不能得到任何的bbox,在查看代码后发现`mask1 = contain > 0.1 # 大于阈值`这一行代码的`mask1[:,:,0]`为0,如下图所示: ``` tensor([[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0,...

```python # using scaled BiFPN channels did not work in my implementation. # here, we use outc=256 for all settings. outc = 256 ``` In Google's paper the BiFPN channel...

I try to change `GeResult.py` to replace weight that you provided from BaiduNetdisk, like this `net.load_state_dict(torch.load('./model/BDXJTU2019_SGD_80.pth'))` when I run this `python GeResult.py` , I got this error: ``` load pretrained...

``` RENDERING_ENGINE="OPENAI" NEXT_PUBLIC_ENABLE_RATE_LIMITER="true" AUTH_OPENAI_API_KEY="sk-cxxxxxx" RENDERING_OPENAI_API_BASE_URL="https://api.openai.com/v1" RENDERING_OPENAI_API_MODEL="dall-e-3" ``` I am trying to start this project on my Macbook using openai both as LLM engine and as rendering engine. This is my...

Hi DesignCombo team and @xo-o , We’re evaluating your React video editor UI/SDK for a commercial product (an AI anime/video creation SaaS). Before we proceed, we want to make sure...