-
Thanks for your brilliant work on such a Keras port of SSD but I have a questions about `generator` constructed in the training demo of `SSD_training.ipynb`. In `__init__` fucntion
```python
self.…
-
Hello All
After running `detect.py` is there anyway to output the pixel coordinates of the bounding box vertices and the rotation angle of the bounding box as well?
Thank you!
-
Hello, Xiaotao, It's a wonderful tool for SV detection.
Here is an issue when applying the annotate-gene-fusion step.
The code I wrote:
```bash
annotate-gene-fusion --sv-file HS_E_24_ESCC.CNN_SV…
-
I tried one of the usage examples.
```python
from torchvision4ad.datasets import MVTecAD
root = 'mvtec_ad'
dataset_name = 'bottle'
mvtec_ad = MVTecAD(root, dataset_name, train=True, download=…
A03ki updated
3 years ago
-
The upload to CVAT fails if some samples cannot have metadata computed for them. It would be best if these samples could be gracefully skipped so that the samples with metadata are still able to be up…
-
Hello! I'm trying to follow the [example notebook from the PDRs4all MIRAGE simulation](https://github.com/spacetelescope/jwebbinar_prep/blob/main/pdrs4all/simulation_mirage.ipynb) JWebbinar (not sure …
-
Hi,
Thanks for the paper and code. I get the idea of feeding the student's backbone features to the teacher's prediction head. My question is , does this require the student's backbone to have the …
-
llvm/clang provide many useful sanitizers for debugging low-level code. Here's a few popular ones: AddressSanitizer, LeakSanitizer, MemorySanitizer, ThreadSanitizer. Details about them can be found he…
-
hi,
i am using suod as a wrapper to pyod to be used for tabular anomaly detection.
i am running the below algorithms.
the problem is that for test reasons i need consistency in the results.
i don…
-
As discussed in #145, we need further discussion in how to handle `mdr_find_people`.
> Yeah but `mdr_detect_person` can be extended to have 3D processing, instead of creating a new package. OpenPo…