3-D-Scene-Graph icon indicating copy to clipboard operation
3-D-Scene-Graph copied to clipboard

ValueError: could not convert string to float: version="1.0"

Open abhijeetnijampurkar opened this issue 4 years ago • 5 comments

Error is generated as a result of this function call.

abhijeetnijampurkar avatar Jan 21 '20 10:01 abhijeetnijampurkar

I also meet the question. You should modify the code in your torchtext package. The path in my computer is "/home/ybg/anaconda3/envs/3dscene/lib/python2.7/site-packages/torchtext". You should use this url_base = 'https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.{}.vec' in class FastText(). The old url_base is not work but i also dont know why. I wish the method can help you.

ybgdgh avatar Mar 02 '20 15:03 ybgdgh

Hey @ybgdgh ,

When I use reader.py to extract the .sens file, all the depth frames are black images. It seems I might be missing some parameter to be activated while extracting the depth frames.

Can you please help me out on this?

abhijeetnijampurkar avatar Mar 07 '20 09:03 abhijeetnijampurkar

The black images are right because the format of depth image is uint16, and large number of the depths are very small, so the color is more black but the date is right. You can go on to run the code.

ybgdgh avatar Mar 08 '20 11:03 ybgdgh

Hi @abhijeetnijampurkar,

I've met the same torchtext problem as yours and I've also tried @ybgdgh's suggestion. But it didn't work for me. Is there anything I miss?

Thanks !

wffancy avatar Jan 12 '21 08:01 wffancy

@wffancy it didn't work for me as well. You can try this: 'https://dl.fbaipublicfiles.com/fasttext/vectors-aligned/wiki.{}.align.vec'

Aryahagh avatar Jun 16 '21 16:06 Aryahagh