VisMIL / CAMERAS

GNU General Public License v3.0
56 stars 14 forks source link

Camera for Binary Classification #6

Open sahertariq07 opened 1 year ago

sahertariq07 commented 1 year ago

How can we use camera for Binary classification with sigmoid as output?

VisMIL commented 12 months ago

On L:35 of CAMERAS/demo.py we pass the label of class to the algorithm. For binary classifier you can pass that label respectively.