Hardik Jain
Hardik Jain
GPT fixed the issue for now: `def adjustResultCoordinates(polys, ratio_w, ratio_h, ratio_net=2): if len(polys) > 0: for k in range(len(polys)): if polys[k] is not None: polys[k] *= np.array([ratio_w * ratio_net, ratio_h...
> I will add this feature (same as #1) ASAP. > > Best, Jia Any plan to publish? If not, you can tell the approach or publish the messy code.
pip install --ffmpeg-python
https://github.com/kkroening/ffmpeg-python/issues/174#issuecomment-561546739
temporary solution- rerun `python infer-web.py` until it works. there will still be this error but the output will be shown. For me, 1 in 4 rerun works.
> Hello HardikJain02, may I ask you about how do I do that? It would be a pleasure if you could help me with this, thanks. In the terminal, you...
I tried this. **Before** `common: CommonConfig= CommonConfig()` **After** `common: CommonConfig = field(default_factory= CommonConfig())` In the same way, you will have to do it for all the fields required. After that,...
> Same here! I can generate indexes and features, but not the pth file Did you get it fixed?
What causes this problem exactly?