Home

Python Memo

Class

@property

  • 自定义某个属性的一种简单方法是将它定义为一个property。 例如,下面的代码定义了一个property,增加对一个属性简单的类型检查

Read more

Ellipse Detection

Paers

Tradiational Algorithms

Deep Learning

  • EllipseNet-Anchor-Free
  • CircleNet

    We propose a simple circle representation for medical object detection and introduce CircleNet, an anchor-free detection framework. Compared with the conventional bounding box representation, the proposed bounding circle representation innovates in three-fold:

    (1) it is optimized for ball-shaped biomedical objects;

    (2) The circle representation reduced the degree of freedom compared with box representation;

    (3) It is naturally more rotation invariant. When detecting glomeruli and nuclei on pathological images, the proposed circle representation achieved superior detection performance and be more rotation-invariant, compared with the bounding box.

Read more

frp proxy

Remote Server

https://github.com/fatedier/frp/releases

install

wget https://github.com/fatedier/frp/releases/download/v0.38.0/frp_0.38.0_linux_amd64.tar.gz
tar -zxvf frp_0.38.0_linux_amd64.tar.gz

Read more