-
**encountered these error while using custom dataset.
filename of imgs in the dataset looks like this. "path/to/dataset/IN_HPID_SN4_CAMID_11503.png"
code I used is as below and it worked fine with i…
-
thank you for your great work, but there is a problem when i train with my own data
i can't figure out why this happen
i've changed all num_class to my num
this is traceback:
Traceback (most rec…
-
Hi @xinntao 👍
Thanks for your code , it's very helpful for my research work.
Several months ago, I had downloaded your pre_version code and finished trainning and testing successfully .(no resume_s…
-
### 🐛 Describe the bug
**FAILED: test_api/CMakeFiles/test_api.dir/dataloader.cpp.o**
```
/usr/bin/ccache /usr/bin/c++ -DGFLAGS_IS_A_DLL=0 -DGLOG_CUSTOM_PREFIX_SUPPORT -DHAVE_MALLOC_USABLE_SIZE=1 -…
-
If a dataset is created from a list of list of tensors, and a custom batch_sample is made to sample from the outer list, then the inner tensors get mingled together in list batches.
## To Reproduce…
-
Exception has occurred: RuntimeError
cusolver error: CUSOLVER_STATUS_INTERNAL_ERROR, when calling `cusolverDnCreate(handle)`
File "/workspaces/UniAD-main/projects/mmdet3d_plugin/uniad/detectors/un…
86kkd updated
2 months ago
-
I've managed to train the GroundingDino model on the example cat dataset that was provided in the README.
However, upon trying to modify the code on the example [grounding_dino_swin-t_finetune_8xb2…
-
If submitting a bug, please provide the following:
### Environment
* Elixir version (elixir -v): 1.14
* Absinthe version (mix deps | grep absinthe): 1.7
* Client Framework and version …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
**Describe the bug**
**I write a python file based on the origin config file to modify the train dataset path. Then i used command 'mim train mmdet D:\ML\streetmm\cascade_rcnn\net1\training.py' to …