Devin

Results 4 issues of Devin

How to do np.fromfile to use it like np.load ```python def xnumpy_fromfile(filepath_or_buffer, *args, download_config: Optional[DownloadConfig] = None, **kwargs): import numpy as np if hasattr(filepath_or_buffer, "read"): return np.fromfile(filepath_or_buffer, *args, **kwargs) else:...

How should I write "config" in readme when all the data, such as train test, is in a zip file train floder and test floder in data.zip

When will the code for semantic segmentation be publicly available? I cannot reproduce the miou=75 in your paper myself. I don't know where I went wrong. Here are my training...

### Checklist - [X] I have searched related issues but cannot get the expected help. - [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected help....