-
The Property system doesn't allow for grouping of properties except as Objects, this may lead to the introduction of extra classes. A mechanism to group properties using different aspects (e.g. comm…
-
![image.png](https://raw.githubusercontent.com/OzairHasan/pe/main/files/c8cf2830-6d6a-47e5-9386-4728432745db.png)
Although explained better in the following sequence diagrams, there are sections whic…
-
The deserialization of TSP JSON strings to class objects that contains `bigint` fields are done using searialization and a so called `Normalizer`. This make sure that for example, timestamps are deser…
-
For an Advent of Code, I was tempted to use the terse `defstruct`, but they are a pain to use interactively (redefinitions, re-using objects), and also accessing slots programmatically was less easy: …
-
In the generated query classes, the filterBySomeObject methods support composite foreign keys on single objects, and they support collections with single foreign keys, but it doesn't support composite…
-
**Description:**
We need to integrate the [Mirador](https://projectmirador.org/) viewer as a previewer within the InvenioRDM platform. The purpose of this integration is to allow users to preview I…
-
Hi @BonkeGcobo
Your code is good and standard. Also you have observed the instructions of including all methods and objects inside classes. Keep it up. Just fix the linter errors.
-
The width of the label inside any CTkOptionMenu and the entry inside any CTkComboBox is greater than what it should be. I investigated the source code and I think the calculation of the xpad on the ri…
-
**Describe the bug**
Right now, all methods have to be called using the exact same naming convention as they are defined with in Java, which while not *exactly* a bug; normal Java naming conventions …
-
Dear sir:
I modify the voc_lable.py for 16 classes and change yolov3-voc-cfg for classes=16, filters=63. and then train the voc.
At last run detect demo with my new weights and the result…