-
Dear Shi,
i am researching methods applying on 3d data, Is Point-GNN suitable for classification and segmentation Task?
-
# Tasks
- [ ] Implement `Dataset` class generator
- Arguments
- `data`
- `target`
- Optional: `type` (one of `c("regression", "classification")`, default is NULL or regression?
…
-
@AlexeyAB , Hi...
Could you please explain several parameters in the yolov4-custom.cfg?
Such as: (1) scales=.1,.1, what does the two '.1' mean? Scare for the height and width with +/- 10%? Or…
-
In the context of pure mathematics, singularity cancellation involves addressing and resolving the singular points (points where a function or an equation ceases to be well-behaved, such as having an …
-
When switching between image and object classification (using the same database), you need to delete the old db file (default location in mac is /Users/[name]/CPA/) before loading the properties file …
-
**System information (version)**
OpenVINO=> 2021.4
Operating System / Platform => windows 10 64 Bit
Problem classification => blob conversion
Model type => tensorflow2 model
device =>OAK-D-L…
-
I've noticed recently a number of entries at the [Nomenclature for Museum Cataloging](https://page.nomenclature.info/arbre-tree.app) (formerly Nomenclature 4.0) have changed from what we currently hav…
-
Nice work!
When selecting tokens from the encoder output, the output dimension of the class_embedding is 91, which includes the category of "no object". Will the tokens selected in this way have an i…
-
In orde to easily start blueoil for new user, we have tutorial documentations.
Current [tutorial at documentation site](https://docs.blue-oil.org/tutorial/image_cls.html) have the chapter of generati…
-
I guess I would be safe to add epsilon to the log. Something like:
return -K.sum(alpha * K.pow(1. - pt_1, gamma) * K.log(K.epsilon()+pt_1))-K.sum((1-alpha) * K.pow( pt_0, gamma) * K.log(1. - pt_0 + K…