furkanyesiler / acoss

acoss: Audio Cover Song Suite is a framework for feature extraction and benchmarking for the cover song identification (CSI) task
GNU Affero General Public License v3.0
37 stars 20 forks source link

data filepath format problem #24

Open dramaticmeow opened 4 years ago

dramaticmeow commented 4 years ago

Hi! In acoss/util.py, line 101, if the work_id or track_id is all composed of integers, then Pandas will infer that the data type is numpy.int64, and there will be an error when joining int and string together. Maybe a datatype convertion is needed here.