EGO4D / social-interactions

MIT License
45 stars 8 forks source link

A small advice for scripts/merge.py #6

Closed lemon-prog123 closed 2 years ago

lemon-prog123 commented 2 years ago

It seems that os.listdir(path_results) may cause inconsistent in different devices. So I suggest that you could sort the list before you use it.

zcxu-eric commented 2 years ago

Thanks for the suggestion, will update in the future.