MahmoudYounes
MahmoudYounes
can you check if home/ubuntu/spouse/udf/nlp_markup.sh exists? if it does not, copy it from the examples/spouse/udf folder to yours
if you are following a tutorial, please, point out the link to the tutorial, otherwise, please post your app.ddlog and any udf you are using to help debug
@Balachandar-R can you try the following? in run.sh in udf/bazaar/parser try changing the -Xmx4g to -Xmx2g. basically, you are telling Stanford CoreNLP to use a maximum of 2gbs of RAM...
for those who will struggle much like I did. I will explain how to debug this problem. this problem can be caused by multiple sources of errors. you are going...
@zian92 you should mark some of the opened issues as solved. I think this issue is solved.
I ran into the same error. check this issue out https://github.com/MarvinTeichmann/KittiSeg/issues/20 what I manipulated in KittiSeg.json is the random resize and resize image .. I reduced these values. this should...