lck1201 / win_det_heatmaps

Window Detection in Facade Using Heatmaps Fushion
MIT License
48 stars 18 forks source link

model .tar google drive #7

Closed Oushesh closed 2 years ago

Oushesh commented 2 years ago

Are the .tar model files good? I cannot untar them. They seem corrupted. Could you upload them without taring?

lck1201 commented 2 years ago

.tar file isn't a compressed file actually. Just using them by torch.load("model.pth.tar")

Oushesh commented 2 years ago

ah ok. nice one man.