-
I train boxinst with a customised datasets contain 1 category, loss 'nan', but I have visualize the dataset, there is nothing wrong with the annotation.
This is my config file:
_base_ = [
'../_…
-
Hi, thank you for making this project available to the community.
I have a problem when using the new retdec C++ library and the LLVM framework.
If i use both of them separate, they work just fine…
-
File "/opt/conda/lib/python3.10/site-packages/torch/nn/modules/linear.py", line 114, in forward
return F.linear(input, self.weight, self.bias)
torch.cuda.OutOfMemoryError: CUDA out of memory. Tr…
-
When applying SOLOv2 to samples with large number of instance annotations (>512), the referenced function below fails with OpenCV error message: `(-215:Assertion failed) !dsize.empty() in function 'cv…
-
**Describe the bug**
I keep getting Scalene error: received signal SIGSEGV
**To Reproduce**
Steps to reproduce the behavior:
scalene test.py --reduced-profile
```
# Copyright (c) Facebook, Inc…
-
## 研究内容
菜園に生るイチゴのカメラ撮影により得られた画像に対して、深層学習的手法を用いた画像処理を行い、イチゴの位置検出から収穫可能なイチゴの判別、そして収穫アプローチの決定までを行うソフトウェア開発を行う。最終的には、そのシステムの実装まで実施する事を目標にする
→想定して”いた”ロボットの詳細については、https://github.com/syasukawa/iagrirob/is…
-
アイデア 気付き 為になった discussion や notebook など
-
I follow the [installation Doc](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/get_started.md), and failed when download config and checkpoint file:
```
mim download mmdet --config …
-
/root/anaconda3/bin/python3 /home/workspace/xzy/solov2/AdelaiDet-master/tools/train_net.py --config-file /home/workspace/xzy/solov2/AdelaiDet-master/configs/SOLOv2/R50_3x.yaml --num-gpus 1 --resume OU…
-
When training BlendMask with gpu_num=1, torch.__version__=1.6
In adet/layers/conv_with_kaiming_uniform.py line44: get_norm(norm, out_channels)
In this function, when env.TORCH_VERSION > (1, 5), as I…