-
## Description
render blank page
## Context
---
`pyproject.toml`
```toml
dependencies = [
"jupyterlab>=4.0.0",
"jupyterlab-rise>=0.1.1",
]
requires-python = ">=3.11"
```
…
-
I want to build a correct environment, but I can't find it in the folders.
-
After installing all necessary packages and dependencies including "mmdet", still keep getting the following error:
Traceback (most recent call last):
File "/Users/kc/AudioGPT/audio-chatgpt.py", …
-
Unless I am missing something this should be allowed by E251. Since E251 is
" E251 unexpected spaces around keyword / parameter equals" and there are no extra spaces here
``` python
foo(bar=
1) …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X] Th…
-
It is helpful for reviewers/contributors if you adhere to a standard python style guide. There is a package called ruff that can help you fix up your code to adhere to these.
Install ruff using `pi…
-
##### Description
The generated `PACKAGENAME.configuration.Configuration()` class has means of persisting options via its `set_default()` class method.
However, in order for the persisted option…
-
**Is your feature request related to a problem? Please describe.**
In our repo we have a few autogen'd Nix files, such as `Cargo.nix` from `crate2nix` and `sources.nix` from `niv`. These aren't prope…
-
Thank you for the source code contribution.
I download your pretrained model, and inference_demo.py works well,
and then I trained my own dataset, training is ok, But when I running inference_dem…
wcfzl updated
3 years ago
-
The original code version is too old, so I reproduced the code to the new mmrotate version. I loaded the weights you provided and it went fine, the result was an accuracy of 68 on the validation set a…