dk-liang / AutoScale

[IJCV 22] An implementation of AutoScale localization-based method
26 stars 7 forks source link

Could not run correctly #1

Open dickkky opened 3 years ago

dickkky commented 3 years ago

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 it a runnable program or batch file

Tongzi-Zhang commented 6 months ago

Me too~~