AutoScale icon indicating copy to clipboard operation
AutoScale copied to clipboard

An implementation of AutoScale localization-based method [IJCV]

Results 3 AutoScale issues
Sort by recently updated
recently updated
newest added

It looks like these code won't work: f = os.popen( './count_localminma/extract_local_minimum_return_xy ./distance_map.pgm 256 ./distance_map.pgm distance_map.pp') count = f.readlines() after running '.' is not an internal or external command, nor is...

I am getting the following error while trying to test the model using pre-trained model. Any idea how to resolve this? Link to Google colab: https://colab.research.google.com/drive/1-NapNL5Xl9pXIBcF9q5JQtaGvnkS2eOp?usp=sharing ``` => loading checkpoint...

FileNotFoundError: [Errno 2] No such file or directory: './npydata/ShanghaiB_test.npy' How to get the npydata/ShanghaiB_test.npy?