wuyuanyi135

Results 21 issues of wuyuanyi135

https://github.com/jsbroks/imantics/blob/514165284161c94475d1327d8e74d8c0c81e3625/imantics/dataset.py#L127-L129 The images and annotations were defined as the class variables, which polluted the following instants of the Dataset class. Is this an intended behavior?

When `Dataset.add(str)` is called, the new image does not have a distinct `id`. It will be overwritten after calling `Dataset.add(str)` again due to the duplicated `id`.

Hello, Thanks for creating this handy package! I have a suggestion. Is it a good idea to have a `base_dir` argument to the class `Dataset`, so that `Dataset.add(str)` can handle...

Hello, I just created a dummy project with the following structure ``` ├───src │ vscode_intellisense.jl │ └───test runtests.jl ``` I found that in `runtests.jl`, typing `using ` and CTRL+SPACE does...

bug

Hello, I found this project does not work in go-chi v4 because their deprecation of `http.CloseNotify`. Is this confirmed? details: https://github.com/improbable-eng/grpc-web/issues/337

I have the following code that crashes. It is a RX subscription that is supposed to iterate `data` sequentially (Here it is not substantial but if I introduce delay after...

Hi. Thanks for this great work! The concept and workflow in this library are very helpful and productive. I would like to use it in an ESP32 project, which is...

I have a question regarding how this library defines out-of-bound access on a FieldBytes. # Scenario 1 https://github.com/Embedded-AMS/EmbeddedProto/blob/3fe792288b289f24c2789ece31e36dd25668d8cb/test/test_string_bytes.cpp#L281 If `msg` was cleared, the length is set to zero, then accessing...

## Expected Behavior A multithreading state-machine should be guarded by the mutex. ## Actual Behavior However, seems `process_event` is not properly protected in this case. After running the sample code...