add routing, incremental crawling, travel time, lease and development
This commit is contained in:
parent
d4f87bed76
commit
335adc0856
5 changed files with 2652 additions and 70 deletions
|
|
@ -6,4 +6,4 @@ listings = Listing.get_all_listings()
|
|||
for listing in tqdm(listings):
|
||||
tqdm.write(str(listing.identifier))
|
||||
# listing.calculate_sqm_model() # using google/deplot model. Too slow, rather use tesseract
|
||||
listing.calculate_sqm_ocr()
|
||||
listing.calculate_sqm_ocr(recalculate=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue