-
I get this error message: '"binary marks" must have the same shape as the image', when I run inference with the trained model. It's an RTMDet model that I trained with mmdetection 3.x. What could be t…
-
Hi,
I am trying to bechmark nnUnet on my own 2D ( RGB .png) dataset but got errors in (verify_dataset_integrity). Can you please share some configuration setting for normal .png datset for binary c…
-
Hello, I feel deeply after reading your paper 'An Intrusion Detection System based on Deep Belief Networks'. I have to say, your ideas and abilities are great.But I have a question. Your paper mention…
-
When performing hyperparameter optimization using nnictl on the Windows platform, a TypeError occurred: data should be an instance of list/np.ndarray/torch.Tensor, but got .
## SAITS_searching_conf…
-
Goal: given v2d format of
```
├── 00000.tar
| ├── 00000.mp4
| ├── 00000.txt
| ├── 00000.json
| ├── 00001.mp4
| ├── 00001.txt
| ├── 00001.json
| └── ...
…
-
For some data types the validator is fine with having `.json` files in the root of the dataset:
- pet.json
- T1.json
But for some others it will throw an error:
- eeg.json
- nirst.json
- asl.j…
-
**Link to the notebook**
sagemaker-core/sagemaker-core-llama-3-8B.ipynb
**Describe the bug**
When running the example notebook in SageMaker Studio v2, I got the following error:
```python
from …
-
The size of images and foreground masks are inconsistent in some of the scenarios. For instance, in `100681/`:
- Size of images is `(1024, 1398)`.
- Size of fmasks is `(1500, 2048)`
Does the in…
-
Dear author, I can not find the definition of self.dm in maple.py. What is the meaning of "self.dm.dataset.classnames"? How to apply this into my own dataset and model?
![1722936360155](https://githu…
-
Hi, I wonder how can we get "human_bbox.json" as the one used in image_dataset.py
> if self.bbox_crop:
human_bbox_json_path = video_dir / "human_bbox.json"
with open(h…