zhonhel

Results 6 issues of zhonhel

Hi, Thank you very much for providing this tool. But I encountered error when using `writer.write_graph` this function. And the argument I provided to it is a `DetectionModelHelper`(from the Facebook...

I got error, when using 3D U-Net, please clone this repo to check: https://github.com/wolny/pytorch-3dunet I use pytorch 1.9.0 Look at this repo First, change the file_paths item in ./resources/train_config_dice.yaml, with...

**Hi Konstantin, It is a nice work. And Can you kindly release your COCO model? I just want to finish my master thesis :) Thank you very much~**

Hi, This is a nice work~ : ) But I think the README.md may have mistakes, like: Clone the repository ``` cd $R2CNN_ROOT/data/io/ python convert_data_to_tfrecord.py --VOC_dir='***/VOCdevkit/VOCdevkit_train/' --save_name='train' --img_format='.jpg' --dataset='ship' ```...

Hi, all When I run the `python setup.py` command in cmd, I got these print: ``` usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...]...

Hi, It's a very nice work! But I wonder the rectangle's angle's definition. It seems that in your program, the angle depends on rotating clockwise/anticlockwise how many times. But I...