TPN icon indicating copy to clipboard operation
TPN copied to clipboard

Tubelet Proposal Network

Results 7 TPN issues
Sort by recently updated
recently updated
newest added

@myfavouritekk Thanks for sharing the code. When I go to step 3, I come across an error as follow: Traceback (most recent call last): File "tools/propagate/sequence_roi_propagation.py", line 26, in from...

Hi, I don' t know how to get the proposal_file in the step2 command: `python tools/data/box_proto_from_proposals.py proposal_file vid_root save_dir` I download the _VID_ResNet_152_4b35_RPN_proposals.zip_ and unzip it, and find two .mat...

With a lot of effort I've compiled everything and I am now trying to get the tubes for an example video. However, I get stuck at generating the proposals using...

By referring tpn_train.py, I generated training data for RNN training. In your implementation, the ground truth tubelets for RNN training are generated by Fast RCNN: Given proposals RoI of first...

When I trained vanilla LSTM and ED-LSTM with Tensorflow, I met runtime error: ` ValueError: List argument 'values' tp 'Pack' Op with length 0 shorter than minimum length 1` I...

I've read all the train and test source code, there are two ways to train and test TPN: (1) TPN using Caffe + LSTM using Tensorflow; (2) TPN and LSTM...

@myfavouritekk According to the instruction, I've run the forward test program with provided caffe models successfully.However, I find that some code implementation details are inconsistent with the paper: (1) In...