Adam R. Kosiorek
Adam R. Kosiorek
Hi, thanks for the PR! I wonder if maybe a better API for the update function would be update(**kwargs) so that we could call it as update(new_key=ney_val)? You could still...
Hi, > would you please explain how did you use bounding boxes coordinates? We use KITTI images scaled to 1/2 of the original size and the bounding boxes are scaled...
The class `Layer` is defined in `neurocity.component.layer` (at https://github.com/akosiorek/hart/blob/master/neurocity/component/layer.py) I assume the error has to do with how environment variables are set on your system. Can you try adding the...
> I have hart, neurocity, and component all added to PYTHONPATH I have only hart in my PYTHONPATH; that might be the issue. > By the way, has the script...
Good job @IdoWSC. Sure, it'd be great to have. Would you like to submit a PR?
Hi, no, we haven't properly evaluated on these datasets with this codebase. It'd be a great contribution and a welcome pull request if you would like to try.
Hi @chenfsjz; the module `component` is located in hart/neurocity. Could you try to add hart/neurocity to your PYTHONPATH? This should solve the problem. Also, you should invoke the training script...
For various reasons this would require significant effort on our part, which we are not prepared to make at this point. We are not planning to release the dataset nor...
I'm experiencing the same issue. Is there any progress on this?