Sentinal4D / cellshape-cluster

Cellshape-cluster is an easy-to-use tool to analyse the cluster cells by their shape using deep learning and, in particular, deep-embedded-clustering
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

no ChamferDistance function #8

Open xu-ziwei opened 1 year ago

xu-ziwei commented 1 year ago

Description

I am trying to use the ChamferDistance function from the cellshape_cloud.vendor.chamfer_distance module, but it appears that the chamfer_distance directory is empty or the function is not present.

The cellshape_cloud.vendor.chamfer_distance is empty, leading to an ImportError when attempting to import ChamferDistance.

Can I use this onechamfer_distance?

DeVriesMatt commented 1 year ago

Hi @xu-ziwei,

Yes, you can use that. Or, alternatively, use the ChamferLoss here