-
Hi, I try to train the a new model for semantic segmentation by using our own dataset.
At first, I use the add_softmax_cross_entropy_loss_for_each_scale, which didn't contain hard_example_mining_step…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
hi,
this is how you describe pp matting v2 i…
-
There is `quantitykind:Altitude`, a specialization of `quantitykind:Length`
```ttl
quantitykind:Altitude
qudt:hasDimensionVector ;
skos:broader quantitykind:Length ;
```
But there aren't …
-
https://github.com/ultralytics/ultralytics/blame/dfe6dfb1d2389a98470f90fd16034678bcd47429/ultralytics/nn/modules/head.py#L133 When i try to figure out the way to decode keypoints, I got a question a…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hello, I am glad to see that a fork of this project is still alive! Cheers for that.
I have a question regarding the structure of the network, do you think it is possible to train a RPN only to pre…
-
如题,请问是否是运行/tools/eval.py? 请问第297行fr1 = open('predict_dict.pkl', 'r') 与第298行fr2 = open('gtboxes_dict.pkl', 'r'),这两个pkl文件是指什么呢?如何生成这两个文件?望您回复,感谢!
-
**Ryan Franz**
There are always tradeoffs in creating data geared toward visualization alone. Creating a single batched 3D model is likely better performance, but at a loss of flexibility.
So I …
-
Thanks for sharing of your work .
In the paper(View-Invariant Probabilistic Embedding forHuman Pose),the embeddings for action recogni-
tion is evaluated by using nearest neighbor search with the se…
-
First, thanks a lot for your amazing job, it is so helpful!
**Describe the bug**
I tried to convert a pretrained model of PointPillars (Kitti 3class) to tensorrt but the conversion failed. To be…