33 Matching Annotations
  1. Nov 2022
    1. If the MCL is under constant tension is can lead to increased wear and tear of the Meniscus.

      Weź to sobie wyobraź i powiedz mi która łakotka jest przyciskana. Boczna czy przyśrodkowa?

  2. Apr 2022
    1. Celery workers typically run the same code as the Flask app, but they not running as flask servers, so websockets from celery to flask aren't easily a thing. (I've never seen it done, but maybe someone has ironed out the tricky parts.)

      a

  3. Apr 2021
    1. We recommend a minimum of 300 generations of evolution for best results. Note that evolution is generally expensive and time consuming, as the base scenario is trained hundreds of times, possibly requiring hundreds or thousands of GPU hours.
    1. Background images. Background images are images with no objects that are added to a dataset to reduce False Positives (FP). We recommend about 0-10% background images to help reduce FPs (COCO has 1000 background images for reference, 1% of the total).

      da się dodawać puste obrazki bez bboxów

  4. Mar 2021
    1. signature_def_map = { 'serving_default': tf.saved_model.predict_signature_def( {signitures['image_arrays'].name: signitures['image_arrays']}, {signitures['prediction'].name: signitures['prediction']}), }

      albo tutaj

    1. Moreover, it is commonly best practice to label the occluded object as if it were fully visible – rather than drawing a bounding box for only the partially visible portion of the object.
  5. Feb 2021
  6. Dec 2019
  7. arxiv.org arxiv.org
  8. Nov 2019
    1. We construct a graph from the unlabeled data to representthe underlying structure, such that each node represents adata point, and edges represent the inter-relationships be-tween them. Thereafter, considering the flow of beliefs in thisgraph, we choose those samples for labeling which minimizethe joint entropy of the nodes of the graph.

      ciekawe podejście