-
Hello!! I tried to predict a new CT Image with the code below: The prediction image do generate, but I can't open those in a software like 3D slicer! What type of modifications should be done to the c…
-
Hi, i want to reproduce the result of Visualized BGE, but zero-shot benchmark not clear, such as WebQA. Can you provide evaluation dataset and codes for zero-shot benchmark. Thanks!
zwhus updated
3 months ago
-
I'm training my custom model with EfficientDet D0 but after 700 steps I am getting loss as nan value. Is there someone who has the same problem?
TensorFlow 2.3.0 with GTX 1060 10.1 CUDA
Here my tr…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### W…
-
Thanks for the great work! I love how interpretable ViperGPT is! I am trying to evaluate the results on the OkVQA dataset, but I am facing a similar issue as Issue #24 , wherein the model generates th…
-
Hi @myownskyW7 @yhcao6 @V3Det We note the paper reported Detic result of
| Model | Seen AP | Unseen AP |
|------------------------|----------------|----------------|
| Det…
-
It would be better to implement a metric as a function in the metric.py as metric typically has not states. Therefore, no need to make it as a class. e.g,
```python
def accuracy(y_pred, y_true):
…
-
#### Description
![image](https://user-images.githubusercontent.com/10219364/236612241-265df914-6b35-46f0-b6d7-cc9fc3e19315.png)
A Table for Evaluation gaps in Biplanar X-ray to 3D Segmentation simi…
-
Hi, thanks for your nice work! It's quite impressive!
I was going to follow your work and reproduce it. But after I successfully trained the model, I met some problems when I try to evaluate it (on…
-
### Discussed in https://github.com/orgs/ultralytics/discussions/17269
Originally posted by **ksv87** October 30, 2024
Why is AP considered this way? The P-R curve calculation doesn't look rig…